Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
709 struct wpa_driver_auth_params { struct710 int freq;711 const u8 *bssid;712 const u8 *ssid;713 size_t ssid_len;714 int auth_alg;715 const u8 *ie;716 size_t ie_len;717 const u8 *wep_key[4];718 size_t wep_key_len[4];[all …]