Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig_ssid.h104 struct wpa_ssid { struct
111 struct wpa_ssid *next; argument
120 struct wpa_ssid *pnext; argument
130 int id;
145 bool ro;
164 int priority;
177 u8 *ssid;
182 size_t ssid_len;
193 u8 bssid[ETH_ALEN];
198 u8 *bssid_ignore;
[all …]
Dconfig.c3115 void (*func)(void *, struct wpa_ssid *), in wpa_config_foreach_network()