Searched refs:max_age (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/wps/ |
D | wps_er_ssdp.c | 28 int max_age = -1; in wps_er_ssdp_rx() local 86 max_age = atoi(pos2); in wps_er_ssdp_rx() 116 if (max_age < 1) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
D | wps_er.h | 103 const char *location, int max_age);
|
D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() argument 646 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add() 665 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add()
|
/hostap-latest/src/ap/ |
D | rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
/hostap-latest/wpa_supplicant/ |
D | rrm.c | 313 u16 max_age = 0; in wpas_rrm_build_lci_report() local 342 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 351 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_wps.py | 4378 def wps_er_start(dev, http_server, max_age=1, wait_m_search=False, argument 4400 …ce:1\r\nlocation:%s\r\ncache-control:max-age=%d\r\n\r\n" % (location_url, max_age)).encode(), addr) 4425 max_age=1): argument 4429 max_age=max_age) 4482 server, sock = wps_er_start(dev[0], WPSAPHTTPServer, max_age=15) 5100 server, sock2 = wps_er_start(dev[0], StubServer, max_age=40, 5180 no_event_url=True, max_age=60)
|