HomeSort by: relevance | last modified time | path
    Searched defs:max_age (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps_er_ssdp.c 28 int max_age = -1; local
86 max_age = atoi(pos2);
116 if (max_age < 1)
121 location, inet_ntoa(addr.sin_addr), max_age);
123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age);
  /src/external/bsd/tcpdump/dist/
print-stp.c 42 nd_uint16_t max_age; member in struct:stp_bpdu_
126 (float) GET_BE_U_2(stp_bpdu->max_age) / STP_TIME_BASE,
276 (float) GET_BE_U_2(stp_bpdu->max_age) / STP_TIME_BASE,
  /src/external/bsd/wpa/dist/wpa_supplicant/
rrm.c 313 u16 max_age = 0; local
342 max_age = WPA_GET_LE16(subelem + 2);
351 if (max_age != 0xffff && max_age < diff_l)

Completed in 16 milliseconds