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

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_er_ssdp.c28 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);
H A Dwps_er.c639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
/external/wpa_supplicant_8/src/wps/
H A Dwps_er_ssdp.c28 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);
H A Dwps_er.c639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_er_ssdp.c28 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);
H A Dwps_er.c639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
638 wps_er_ap_add(struct wps_er *er, const u8 *uuid, struct in_addr *addr, const char *location, int max_age) argument
/external/wpa_supplicant_8/hostapd/src/ap/
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) argument
161 if (nr->stationary || max_age == 0xffff)
164 if (!max_age)
179 return max_age > diff_l;
/external/wpa_supplicant_8/src/ap/
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) argument
161 if (nr->stationary || max_age == 0xffff)
164 if (!max_age)
179 return max_age > diff_l;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Drrm.c156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) argument
161 if (nr->stationary || max_age == 0xffff)
164 if (!max_age)
179 return max_age > diff_l;
/external/tcpdump/
H A Dprint-stp.c39 uint8_t max_age[2]; member in struct:stp_bpdu_
118 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE,
267 (float)EXTRACT_16BITS(&stp_bpdu->max_age) / STP_TIME_BASE,
/external/libnl/include/linux-private/linux/
H A Dif_bridge.h56 __u32 max_age; member in struct:__bridge_info
/external/iproute2/include/linux/
H A Dif_bridge.h58 __u32 max_age; member in struct:__bridge_info
/external/wpa_supplicant_8/wpa_supplicant/
H A Drrm.c306 u16 max_age = 0; local
335 max_age = WPA_GET_LE16(subelem + 2);
344 if (max_age != 0xffff && max_age < diff_l)
/external/kernel-headers/original/uapi/linux/
H A Dif_bridge.h58 __u32 max_age; member in struct:__bridge_info

Completed in 727 milliseconds