Lines Matching defs:wpa_bss
62 struct wpa_bss { struct
64 struct dl_list list;
66 struct dl_list list_id;
68 unsigned int id;
70 unsigned int scan_miss_count;
72 unsigned int last_update_idx;
74 unsigned int flags;
76 u8 bssid[ETH_ALEN];
78 u8 hessid[ETH_ALEN];
80 u8 ssid[SSID_MAX_LEN];
104 struct wpa_bss_anqp *anqp; argument
117 void wpa_bss_remove(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, argument