Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
723 struct wpa_driver_auth_params { struct724 int freq;725 const u8 *bssid;726 const u8 *ssid;727 size_t ssid_len;728 int auth_alg;729 const u8 *ie;730 size_t ie_len;731 const u8 *wep_key[4];732 size_t wep_key_len[4];[all …]