Home
last modified time | relevance | path

Searched refs:max_age (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er_ssdp.c28 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 Dwps_er.h103 const char *location, int max_age);
H A Dwps_er.c638 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 Dwps_er_ssdp.c28 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 Dwps_er.h103 const char *location, int max_age);
H A Dwps_er.c638 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 Dauto_roll.py68 max_age=self._options.max_age * DAY_IN_SECONDS)
H A Dcommon_includes.py538 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 Drrm.c156 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 Dap_rrm.c156 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 Dap_rrm.c156 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 Drrm.c306 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 Drrm.c316 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 Dtest_http_cookiejar.py1744 max_age = "max-age=3600"

Completed in 17 milliseconds