Lines Matching defs:wpa_bss
76 struct wpa_bss { struct
78 struct dl_list list;
80 struct dl_list list_id;
82 unsigned int id;
84 unsigned int scan_miss_count;
86 unsigned int last_update_idx;
88 unsigned int flags;
90 u8 bssid[ETH_ALEN];
92 u8 hessid[ETH_ALEN];
94 u8 ssid[SSID_MAX_LEN];
96 size_t ssid_len;
98 int freq;
122 struct wpa_bss_anqp *anqp; argument
147 static inline const u8 * wpa_bss_ie_ptr(const struct wpa_bss *bss) in wpa_bss_ie_ptr() argument