Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
699 struct wpa_driver_auth_params { struct700 int freq;701 const u8 *bssid;702 const u8 *ssid;703 size_t ssid_len;704 int auth_alg;705 const u8 *ie;706 size_t ie_len;707 const u8 *wep_key[4];708 size_t wep_key_len[4];[all …]