Home
last modified time | relevance | path

Searched refs:max_age (Results 1 – 15 of 15) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
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()
Dwps_er.h103 const char *location, int max_age);
Dwps_er.c638 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
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()
Dwps_er.h103 const char *location, int max_age);
Dwps_er.c638 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()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dflying_stars_fx.c91 float max_age; member
247 vage = data->max_age * (1.0f - info->sound.goomPower); in fs_sound_event_occured()
298 data->max_age = 1.0f - (float) IVAL (data->max_age_p) / 100.0f; in fs_apply()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
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()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
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_standard/wpa_supplicant/
Drrm.c313 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
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/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc1207 uint32_t max_age = 0;
1217 if (line->age[i] >= max_age) {
1218 max_age = line->age[i];
/third_party/python/Lib/test/
Dtest_http_cookiejar.py1647 max_age = "max-age=3600"
/third_party/grpc/
DBUILD.gn471 "${GRPC_DIR}/src/core/ext/filters/max_age/max_age_filter.cc",
472 "${GRPC_DIR}/src/core/ext/filters/max_age/max_age_filter.h",