Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
462 struct wpa_driver_auth_params { struct463 int freq;464 const u8 *bssid;465 const u8 *ssid;466 size_t ssid_len;467 int auth_alg;468 const u8 *ie;469 size_t ie_len;470 const u8 *wep_key[4];471 size_t wep_key_len[4];[all …]