Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
748 struct wpa_driver_auth_params { struct749 int freq;750 const u8 *bssid;751 const u8 *ssid;752 size_t ssid_len;753 int auth_alg;754 const u8 *ie;755 size_t ie_len;756 const u8 *wep_key[4];757 size_t wep_key_len[4];[all …]