Searched refs:auth_mode (Results 26 - 29 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c10343 char *auth_mode=NULL,*name=NULL, *auth=NULL; local
10362 auth_mode = websGetVar(wp, "wl_auth_mode", NULL);
10364 if (!auth_mode || strcmp(auth_mode, "radius")) {
10401 ( auth_mode && !strcmp(auth_mode, "radius"))) {
10402 websBufferWrite(wp, "Invalid <b>WEP Encryption</b>: must be <b>Enabled</b> when <b>Network Authentication</b> is <b>%s</b><br>", auth_mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E_core.c4892 if (ieee->auth_mode != 2) //LEAP WEP will never set this.
6538 if (((KEY_TYPE_WEP40 == ieee->pairwise_key_type) || (KEY_TYPE_WEP104 == ieee->pairwise_key_type)) && (priv->ieee80211->auth_mode != 2))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_core.c4437 if (ieee->auth_mode != 2)
5978 if (((KEY_TYPE_WEP40 == ieee->pairwise_key_type) || (KEY_TYPE_WEP104 == ieee->pairwise_key_type)) && (priv->ieee80211->auth_mode != 2))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_core.c7548 if (priv->ieee80211->auth_mode != 2) {

Completed in 200 milliseconds

12