Searched defs:ap_info (Results 1 – 2 of 2) sorted by relevance
14 struct ap_info { struct18 struct ap_info *next; /* next entry in AP list */ argument19 struct ap_info *prev; /* previous entry in AP list */ argument20 struct ap_info *hnext; /* next entry in hash table list */ argument21 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;
1515 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