Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
633 struct wpa_driver_auth_params { struct634 int freq;635 const u8 *bssid;636 const u8 *ssid;637 size_t ssid_len;638 int auth_alg;639 const u8 *ie;640 size_t ie_len;641 const u8 *wep_key[4];642 size_t wep_key_len[4];[all …]