Searched defs:wpa_driver_auth_params (Results 1 – 2 of 2) sorted by relevance
679 struct wpa_driver_auth_params { struct680 int freq;681 const u8 *bssid;682 const u8 *ssid;683 size_t ssid_len;684 int auth_alg;685 const u8 *ie;686 size_t ie_len;687 const u8 *wep_key[4];688 size_t wep_key_len[4];[all …]
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 …]