Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/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;