Searched refs:WPA_CIPHER_NONE (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/common/
H A Ddefs.h21 #define WPA_CIPHER_NONE BIT(0) macro
H A Dwpa_common.c1085 return WPA_CIPHER_NONE;
1371 return WPA_CIPHER_NONE;
1943 case WPA_CIPHER_NONE:
2317 if (cipher & WPA_CIPHER_NONE)
2358 if (ciphers & WPA_CIPHER_NONE) {
2379 if (ciphers & WPA_CIPHER_NONE) {
2400 if (none_allowed && (ciphers & WPA_CIPHER_NONE))
2401 return WPA_CIPHER_NONE;
2459 val |= WPA_CIPHER_NONE;
2553 if (ciphers & WPA_CIPHER_NONE) {
[all...]
H A Dwpa_common.h26 (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | WPA_CIPHER_TKIP | WPA_CIPHER_NONE | \
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c73 pairwise_cipher != WPA_CIPHER_NONE)) {
145 pairwise_cipher != WPA_CIPHER_NONE)) {
298 pairwise_cipher != WPA_CIPHER_NONE)) {
H A Dtdls.c167 return sm->pairwise_cipher != WPA_CIPHER_NONE;
218 case WPA_CIPHER_NONE:
2029 peer->cipher = WPA_CIPHER_NONE;
2324 peer->cipher = WPA_CIPHER_NONE;
H A Dwpa.c799 if (sm->pairwise_cipher == WPA_CIPHER_NONE) {
919 if (sm->pairwise_cipher == WPA_CIPHER_NONE) {
957 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh.c450 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
451 wpa_s->group_cipher = WPA_CIPHER_NONE;
H A Dap.c467 int cipher = WPA_CIPHER_NONE;
486 bss->wpa_group = WPA_CIPHER_NONE;
487 bss->wpa_pairwise = WPA_CIPHER_NONE;
488 bss->rsn_pairwise = WPA_CIPHER_NONE;
H A Dconfig_file.c146 WPA_CIPHER_NONE))) {
H A Dwpa_supplicant.c403 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
404 wpa_s->group_cipher = WPA_CIPHER_NONE;
1375 wpa_s->group_cipher = WPA_CIPHER_NONE;
1376 wpa_s->pairwise_cipher = WPA_CIPHER_NONE;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.c1315 int cipher = WPA_CIPHER_NONE;
1350 bss->wpa_group = WPA_CIPHER_NONE;
1351 bss->wpa_pairwise = WPA_CIPHER_NONE;
1352 bss->rsn_pairwise = WPA_CIPHER_NONE;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c446 case WPA_CIPHER_NONE:
477 if (params->wpa_pairwise & WPA_CIPHER_NONE)
1122 privacy = !(params->pairwise_suite == WPA_CIPHER_NONE &&
1123 params->group_suite == WPA_CIPHER_NONE &&
H A Ddriver_atheros.c311 case WPA_CIPHER_NONE:
347 if (params->wpa_pairwise & WPA_CIPHER_NONE)
H A Ddriver_ndis.c1140 case WPA_CIPHER_NONE:
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c2962 (WPA_CIPHER_NONE | WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)) {
2972 (WPA_CIPHER_NONE | WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)) {

Completed in 327 milliseconds