Lines Matching defs:wpa_bss
21 struct wpa_bss { struct
23 struct dl_list list;
25 struct dl_list list_id;
27 unsigned int id;
29 unsigned int last_update_idx;
31 unsigned int flags;
33 u8 bssid[ETH_ALEN];
35 u8 ssid[SSID_MAX_LEN];
37 size_t ssid_len;
39 int channel;
41 u16 beacon_int;
65 static inline const u8 * wpa_bss_ie_ptr(const struct wpa_bss *bss) in wpa_bss_ie_ptr() argument