Searched refs:auth_alg (Results 1 - 5 of 5) sorted by relevance

/net/wireless/
H A Dwext-compat.c929 s32 auth_alg)
933 if (!auth_alg)
936 if (auth_alg & ~(IW_AUTH_ALG_OPEN_SYSTEM |
941 if (auth_alg & IW_AUTH_ALG_OPEN_SYSTEM) {
946 if (auth_alg & IW_AUTH_ALG_SHARED_KEY) {
951 if (auth_alg & IW_AUTH_ALG_LEAP) {
928 cfg80211_set_auth_alg(struct wireless_dev *wdev, s32 auth_alg) argument
/net/mac80211/
H A Dmlme.c2299 u16 auth_alg, auth_transaction, status_code; local
2315 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg);
2319 if (auth_alg != ifmgd->auth_data->algorithm ||
2322 mgmt->sa, auth_alg, ifmgd->auth_data->algorithm,
4132 u16 auth_alg; local
4139 auth_alg = WLAN_AUTH_OPEN;
4144 auth_alg = WLAN_AUTH_SHARED_KEY;
4147 auth_alg = WLAN_AUTH_FT;
4150 auth_alg
[all...]
H A Dibss.c956 u16 auth_alg, auth_transaction; local
963 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg);
970 if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1)
H A Dutil.c1168 u16 transaction, u16 auth_alg, u16 status,
1193 mgmt->u.auth.auth_alg = cpu_to_le16(auth_alg);
1199 if (auth_alg == WLAN_AUTH_SHARED_KEY && transaction == 3) {
1167 ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, u16 transaction, u16 auth_alg, u16 status, const u8 *extra, size_t extra_len, const u8 *da, const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, u32 tx_flags) argument
H A Dieee80211_i.h1800 u16 transaction, u16 auth_alg, u16 status,

Completed in 76 milliseconds