Lines Matching refs:exunencrypt

1060 	int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0;  in prism54_set_encode()  local
1140 exunencrypt = 1; in prism54_set_encode()
1150 &exunencrypt); in prism54_set_encode()
1162 u32 authen = 0, invoke = 0, exunencrypt = 0; in prism54_get_encode() local
1172 exunencrypt = r.u; in prism54_get_encode()
1174 if (invoke && (authen == DOT11_AUTH_BOTH) && exunencrypt) in prism54_get_encode()
1176 else if ((authen == DOT11_AUTH_OS) && !exunencrypt) { in prism54_get_encode()
1326 u32 exunencrypt = 0, privinvoked = 0, wpa = 0; in prism54_set_auth() local
1343 exunencrypt = r.u; in prism54_set_auth()
1363 exunencrypt = 1; /* Filter out all unencrypted frames */ in prism54_set_auth()
1370 exunencrypt = 0; /* Do not filter un-encrypted data */ in prism54_set_auth()
1380 exunencrypt = 0; /* Do not filter un-encrypted data */ in prism54_set_auth()
1389 exunencrypt = 1; /* Filter out all unencrypted frames */ in prism54_set_auth()
1409 exunencrypt = param->value ? 1 : 0; in prism54_set_auth()
1438 mgt_set_request(priv, DOT11_OID_EXUNENCRYPTED, 0, &exunencrypt); in prism54_set_auth()
1546 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0; in prism54_set_encodeext() local
1627 exunencrypt = 1; in prism54_set_encodeext()
1637 &exunencrypt); in prism54_set_encodeext()
1655 int authen = DOT11_AUTH_OS, invoke = 0, exunencrypt = 0, wpa = 0; in prism54_get_encodeext() local
1667 exunencrypt = r.u; in prism54_get_encodeext()
1704 if (authen == DOT11_AUTH_OS && !exunencrypt && !invoke && !wpa) { in prism54_get_encodeext()