Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
421 struct wpa_driver_auth_params { struct422 int freq;423 const u8 *bssid;424 const u8 *ssid;425 size_t ssid_len;426 int auth_alg;427 const u8 *ie;428 size_t ie_len;429 const u8 *wep_key[4];430 size_t wep_key_len[4];[all …]