Lines Matching refs:exunencrypt

1061 	int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0;  in prism54_set_encode()  local
1141 exunencrypt = 1; in prism54_set_encode()
1151 &exunencrypt); in prism54_set_encode()
1163 u32 authen = 0, invoke = 0, exunencrypt = 0; in prism54_get_encode() local
1173 exunencrypt = 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()
1327 u32 exunencrypt = 0, privinvoked = 0, wpa = 0; in prism54_set_auth() local
1344 exunencrypt = r.u; in prism54_set_auth()
1364 exunencrypt = 1; /* Filter out all unencrypted frames */ in prism54_set_auth()
1371 exunencrypt = 0; /* Do not filter un-encrypted data */ in prism54_set_auth()
1381 exunencrypt = 0; /* Do not filter un-encrypted data */ in prism54_set_auth()
1390 exunencrypt = 1; /* Filter out all unencrypted frames */ in prism54_set_auth()
1410 exunencrypt = param->value ? 1 : 0; in prism54_set_auth()
1439 mgt_set_request(priv, DOT11_OID_EXUNENCRYPTED, 0, &exunencrypt); in prism54_set_auth()
1547 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0; in prism54_set_encodeext() local
1628 exunencrypt = 1; in prism54_set_encodeext()
1638 &exunencrypt); in prism54_set_encodeext()
1656 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0, wpa = 0; in prism54_get_encodeext() local
1668 exunencrypt = r.u; in prism54_get_encodeext()
1705 if (authen == DOT11_AUTH_OS && !exunencrypt && !invoke && !wpa) { in prism54_get_encodeext()