Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
659 struct wpa_driver_auth_params { struct660 int freq;661 const u8 *bssid;662 const u8 *ssid;663 size_t ssid_len;664 int auth_alg;665 const u8 *ie;666 size_t ie_len;667 const u8 *wep_key[4];668 size_t wep_key_len[4];[all …]