/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A 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()
|
H A D | wps_er.h | 103 const char *location, int max_age);
|
H A D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() 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() 637 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) wps_er_ap_add() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A 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()
|
H A D | wps_er.h | 103 const char *location, int max_age);
|
H A D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() 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() 637 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) wps_er_ap_add() argument
|
/third_party/node/deps/v8/tools/release/ |
H A D | auto_roll.py | 68 max_age=self._options.max_age * DAY_IN_SECONDS)
|
H A D | common_includes.py | 538 def GetRecentReleases(self, max_age): 547 int(time_now - max_age)).strip()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A 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()
|
H A D | ap_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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | rrm.c | 306 u16 max_age = 0; in wpas_rrm_build_lci_report() local 335 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 344 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | rrm.c | 316 u16 max_age = 0; in wpas_rrm_build_lci_report() local 345 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 354 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/third_party/python/Lib/test/ |
H A D | test_http_cookiejar.py | 1744 max_age = "max-age=3600"
|