Home
last modified time | relevance | path

Searched defs:ap_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dap_list.h14 struct ap_info { struct
18 struct ap_info *next; /* next entry in AP list */ argument
19 struct ap_info *prev; /* previous entry in AP list */ argument
20 struct ap_info *hnext; /* next entry in hash table list */ argument
21 u8 addr[6];
22 u8 supported_rates[WLAN_SUPP_RATES_MAX];
23 int erp; /* ERP Info or -1 if ERP info element not present */
25 int channel;
27 int ht_support;
29 struct os_reltime last_beacon;
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c1515 const struct ieee80211_neighbor_ap_info *ap_info, in wpa_bss_parse_ml_rnr_ap_info()
1744 const struct ieee80211_neighbor_ap_info *ap_info; in wpa_bss_parse_basic_ml_element() local