Lines Matching refs:authen
128 u32 channel, authen, wep, filter, dot1x, mlme, conformance, power, mode; in prism54_mib_init() local
135 authen = CARD_DEFAULT_AUTHEN; in prism54_mib_init()
145 mgt_set(priv, DOT11_OID_AUTHENABLE, &authen); in prism54_mib_init()
1061 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0; in prism54_set_encode() local
1139 authen = DOT11_AUTH_BOTH; in prism54_set_encode()
1146 mgt_set_request(priv, DOT11_OID_AUTHENABLE, 0, &authen); in prism54_set_encode()
1163 u32 authen = 0, invoke = 0, exunencrypt = 0; in prism54_get_encode() local
1169 authen = r.u; in prism54_get_encode()
1175 if (invoke && (authen == DOT11_AUTH_BOTH) && exunencrypt) in prism54_get_encode()
1177 else if ((authen == DOT11_AUTH_OS) && !exunencrypt) { in prism54_get_encode()
1326 u32 mlmelevel = 0, authen = 0, dot1x = 0; in prism54_set_auth() local
1340 authen = r.u; in prism54_set_auth()
1367 authen = DOT11_AUTH_OS; /* Only WEP uses _SK and _BOTH */ in prism54_set_auth()
1393 authen = DOT11_AUTH_OS; /* Only WEP uses _SK and _BOTH */ in prism54_set_auth()
1420 authen = DOT11_AUTH_SK; in prism54_set_auth()
1422 authen = DOT11_AUTH_OS; in prism54_set_auth()
1437 mgt_set_request(priv, DOT11_OID_AUTHENABLE, 0, &authen); in prism54_set_auth()
1547 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0; in prism54_set_encodeext() local
1626 authen = DOT11_AUTH_BOTH; in prism54_set_encodeext()
1634 &authen); in prism54_set_encodeext()
1656 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0, wpa = 0; in prism54_get_encodeext() local
1664 authen = r.u; in prism54_get_encodeext()
1690 switch (authen) { in prism54_get_encodeext()
1704 if (authen == DOT11_AUTH_OS && !exunencrypt && !invoke && !wpa) { in prism54_get_encodeext()
2504 u32 mlme, authen, dot1x, filter, wep; in prism54_set_wpa() local
2513 authen = DOT11_AUTH_OS; /* Only WEP uses _SK and _BOTH */ in prism54_set_wpa()
2534 mgt_set_request(priv, DOT11_OID_AUTHENABLE, 0, &authen); in prism54_set_wpa()