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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_80211.h16 u16 auth_alg; member in struct:hostap_ieee80211_mgmt::__anon6051::__anon6052
H A Dhostap_ap.c632 u16 fc, *pos, auth_alg, auth_transaction, status; local
653 auth_alg = le16_to_cpu(*pos++);
674 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) ||
675 (auth_alg == WLAN_AUTH_SHARED_KEY && auth_transaction == 4))) {
688 dev->name, MAC2STR(hdr->addr1), auth_alg,
1298 u16 auth_alg, auth_transaction, status_code, *pos; local
1332 auth_alg = __le16_to_cpu(*pos);
1347 auth_alg == WLAN_AUTH_OPEN) ||
1349 crypt && auth_alg == WLAN_AUTH_SHARED_KEY)) {
1389 if ((auth_alg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs_netdev.c108 IEEE80211_IF_FILE(auth_alg, u.sta.auth_alg, DEC);
202 DEBUGFS_ADD(auth_alg, sta);
295 DEBUGFS_DEL(auth_alg, sta);
H A Dieee80211_sta.c441 mgmt->u.auth.auth_alg = cpu_to_le16(ifsta->auth_alg);
883 u16 auth_alg, auth_transaction, status_code; local
918 auth_alg = le16_to_cpu(mgmt->u.auth.auth_alg);
924 dev->name, MAC_ARG(mgmt->sa), auth_alg,
933 if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) {
936 dev->name, auth_alg, auth_transaction);
942 if (auth_alg != ifsta->auth_alg ||
[all...]
H A Dieee80211_i.h258 int auth_alg; /* currently used IEEE 802.11 authentication algorithm */ member in struct:ieee80211_if_sta
330 struct dentry *auth_alg; member in struct:ieee80211_sub_if_data::__anon10888::__anon10889
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dieee80211.h118 __le16 auth_alg; member in struct:ieee80211_mgmt::__anon9877::__anon9878

Completed in 48 milliseconds