Searched defs:ap_info (Results 1 – 1 of 1) 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;