Lines Matching defs:cfg80211_connect_params
1892 struct cfg80211_connect_params { struct
1893 struct ieee80211_channel *channel;
1894 struct ieee80211_channel *channel_hint;
1895 const u8 *bssid;
1896 const u8 *bssid_hint;
1897 const u8 *ssid;
1898 size_t ssid_len;
1899 enum nl80211_auth_type auth_type;
1900 const u8 *ie;
1901 size_t ie_len;
1902 bool privacy;
1903 enum nl80211_mfp mfp;
1904 struct cfg80211_crypto_settings crypto;
1905 const u8 *key;
1906 u8 key_len, key_idx;
1907 u32 flags;
1908 int bg_scan_period;
1909 struct ieee80211_ht_cap ht_capa;
1910 struct ieee80211_ht_cap ht_capa_mask;
1911 struct ieee80211_vht_cap vht_capa;
1912 struct ieee80211_vht_cap vht_capa_mask;