Home
last modified time | relevance | path

Searched defs:cfg80211_connect_params (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/net/
Dcfg80211.h1193 struct cfg80211_connect_params { struct
1194 struct ieee80211_channel *channel;
1195 u8 *bssid;
1196 u8 *ssid;
1197 size_t ssid_len;
1198 enum nl80211_auth_type auth_type;
1199 u8 *ie;
1200 size_t ie_len;
1201 bool privacy;
1202 struct cfg80211_crypto_settings crypto;
[all …]