Searched refs:WLAN_AUTH_OPEN (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_wx.c454 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
455 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
457 IEEE80211_DEBUG_WX("Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ?
H A Dieee80211_softmac.c712 //auth->algorithm = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
714 auth->algorithm = WLAN_AUTH_OPEN;
718 auth->algorithm = WLAN_AUTH_OPEN;//0x80;
1206 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN)
2603 sec.auth_mode = WLAN_AUTH_OPEN;
H A Dieee80211.h681 #define WLAN_AUTH_OPEN 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_wx.c423 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
424 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
426 IEEE80211_DEBUG_WX("Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ?
H A Dieee80211_softmac.c688 auth->algorithm = WLAN_AUTH_OPEN;
692 auth->algorithm = WLAN_AUTH_OPEN;//0x80;
971 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN);
1652 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN)
2920 sec.auth_mode = WLAN_AUTH_OPEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c455 ieee->auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
456 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
458 IEEE80211_DEBUG_WX("Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ?
H A Dieee80211_softmac.c701 //auth->algorithm = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
703 auth->algorithm = WLAN_AUTH_OPEN;
707 auth->algorithm = WLAN_AUTH_OPEN;//0x80;
1180 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN)
2477 sec.auth_mode = WLAN_AUTH_OPEN;
H A Dieee80211.h661 #define WLAN_AUTH_OPEN 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c458 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN :
462 sec.auth_mode == WLAN_AUTH_OPEN ?
H A Dipw2100.c5888 sec.auth_mode = WLAN_AUTH_OPEN;
H A Dipw2200.c6565 sec.auth_mode = WLAN_AUTH_OPEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_wx.c396 sec.auth_mode = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
398 IEEE80211_DEBUG_WX("Auth: %s\n", sec.auth_mode == WLAN_AUTH_OPEN ?
H A Dieee80211_softmac.c757 auth->algorithm = ieee->open_wep ? WLAN_AUTH_OPEN : WLAN_AUTH_SHARED_KEY;
956 auth->algorithm = cpu_to_le16(WLAN_AUTH_OPEN);
1454 if (le16_to_cpu(a->algorithm) != WLAN_AUTH_OPEN)
2694 sec.auth_mode = WLAN_AUTH_OPEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dibss.c61 if (auth_alg == WLAN_AUTH_OPEN && auth_transaction == 1)
62 ieee80211_send_auth(sdata, 2, WLAN_AUTH_OPEN, NULL, 0,
H A Dwork.c625 case WLAN_AUTH_OPEN:
H A Dmlme.c2037 auth_alg = WLAN_AUTH_OPEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.c664 ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 2) ||
1334 auth_alg == WLAN_AUTH_OPEN) ||
1376 if ((auth_alg == WLAN_AUTH_OPEN && auth_transaction == 1) ||
1406 case WLAN_AUTH_OPEN:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h986 #define WLAN_AUTH_OPEN 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c3093 if (system == WLAN_AUTH_OPEN) {
3124 if (system == WLAN_AUTH_OPEN) {
3133 send_authentication_request(priv, WLAN_AUTH_OPEN, NULL, 0);
3485 int auth = WLAN_AUTH_OPEN;
3600 int auth = WLAN_AUTH_OPEN;
H A Dat76c50x-usb.c1394 priv->auth_mode == WLAN_AUTH_OPEN ? "open" : "shared_secret",
2265 priv->auth_mode = WLAN_AUTH_OPEN;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h656 #define WLAN_AUTH_OPEN 0 macro

Completed in 373 milliseconds