Searched defs:wpa_driver_auth_params (Results 1 – 1 of 1) sorted by relevance
610 struct wpa_driver_auth_params { struct611 int freq;612 const u8 *bssid;613 const u8 *ssid;614 size_t ssid_len;615 int auth_alg;616 const u8 *ie;617 size_t ie_len;618 const u8 *wep_key[4];619 size_t wep_key_len[4];[all …]