Lines Matching defs:cfg80211_connect_params
1851 struct cfg80211_connect_params { struct
1852 struct ieee80211_channel *channel;
1853 struct ieee80211_channel *channel_hint;
1854 const u8 *bssid;
1855 const u8 *bssid_hint;
1856 const u8 *ssid;
1857 size_t ssid_len;
1858 enum nl80211_auth_type auth_type;
1859 const u8 *ie;
1860 size_t ie_len;
1861 bool privacy;
1862 enum nl80211_mfp mfp;
1863 struct cfg80211_crypto_settings crypto;
1864 const u8 *key;
1865 u8 key_len, key_idx;
1866 u32 flags;
1867 int bg_scan_period;
1868 struct ieee80211_ht_cap ht_capa;
1869 struct ieee80211_ht_cap ht_capa_mask;
1870 struct ieee80211_vht_cap vht_capa;
1871 struct ieee80211_vht_cap vht_capa_mask;