Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_NONE (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dptksa_cache.c147 (cipher == WPA_CIPHER_NONE || cipher == e->cipher)) in ptksa_cache_get()
244 (cipher == WPA_CIPHER_NONE || cipher == e->cipher)) { in ptksa_cache_flush()
289 if (!ptksa || !ptk || !addr || !life_time || cipher == WPA_CIPHER_NONE) in ptksa_cache_add()
H A Dwpa_common.c1742 return WPA_CIPHER_NONE; in rsn_selector_to_bitfield()
2034 return WPA_CIPHER_NONE; in wpa_selector_to_bitfield()
2700 case WPA_CIPHER_NONE: in wpa_cipher_txt()
3092 if (cipher & WPA_CIPHER_NONE) in wpa_cipher_to_suite()
3133 if (ciphers & WPA_CIPHER_NONE) { in rsn_cipher_put_suites()
3154 if (ciphers & WPA_CIPHER_NONE) { in wpa_cipher_put_suites()
3175 if (none_allowed && (ciphers & WPA_CIPHER_NONE)) in wpa_pick_pairwise_cipher()
3176 return WPA_CIPHER_NONE; in wpa_pick_pairwise_cipher()
3238 val |= WPA_CIPHER_NONE; in wpa_parse_cipher()
3332 if (ciphers & WPA_CIPHER_NONE) { in wpa_write_ciphers()
H A Ddefs.h12 #define WPA_CIPHER_NONE BIT(0) macro
H A Dwpa_common.h33 (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | WPA_CIPHER_NONE | \
41 (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP | WPA_CIPHER_TKIP | WPA_CIPHER_NONE | \
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c73 pairwise_cipher != WPA_CIPHER_NONE)) { in wpa_gen_wpa_ie_wpa()
165 pairwise_cipher != WPA_CIPHER_NONE)) { in wpa_gen_wpa_ie_rsn()
313 pairwise_cipher != WPA_CIPHER_NONE)) { in wpa_gen_wpa_ie_osen()
H A Dtdls.c184 return sm->pairwise_cipher != WPA_CIPHER_NONE; in wpa_tdls_get_privacy()
235 case WPA_CIPHER_NONE: in wpa_tdls_set_key()
2199 peer->cipher = WPA_CIPHER_NONE; in wpa_tdls_process_tpk_m1()
2504 peer->cipher = WPA_CIPHER_NONE; in wpa_tdls_process_tpk_m2()
H A Dwpa.c1202 if (sm->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_install_ptk()
1360 if (sm->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_install_gtk()
1459 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) { in wpa_supplicant_gtk_tx_bit_workaround()
/freebsd/contrib/wpa/src/ap/
H A Dap_config.c1640 int cipher = WPA_CIPHER_NONE; in hostapd_set_security_params()
1679 bss->wpa_group = WPA_CIPHER_NONE; in hostapd_set_security_params()
1680 bss->wpa_pairwise = WPA_CIPHER_NONE; in hostapd_set_security_params()
1681 bss->rsn_pairwise = WPA_CIPHER_NONE; in hostapd_set_security_params()
H A Dieee802_11.c5935 ptksa_cache_flush(hapd->ptksa, mgmt->sa, WPA_CIPHER_NONE); in handle_deauth()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c473 case WPA_CIPHER_NONE: in bsd_configure_wpa()
508 if (params->wpa_pairwise & WPA_CIPHER_NONE) in bsd_configure_wpa()
1264 privacy = !(params->pairwise_suite == WPA_CIPHER_NONE && in wpa_driver_bsd_set_rsn_wpa_ie()
1265 params->group_suite == WPA_CIPHER_NONE && in wpa_driver_bsd_set_rsn_wpa_ie()
H A Ddriver_wext.c2033 case WPA_CIPHER_NONE: in wpa_driver_wext_cipher2wext()
2178 params->pairwise_suite != WPA_CIPHER_NONE || in wpa_driver_wext_associate()
2179 params->group_suite != WPA_CIPHER_NONE || in wpa_driver_wext_associate()
H A Ddriver_atheros.c306 case WPA_CIPHER_NONE: in atheros_configure_wpa()
342 if (params->wpa_pairwise & WPA_CIPHER_NONE) in atheros_configure_wpa()
H A Ddriver_ndis.c1151 case WPA_CIPHER_NONE: in wpa_driver_ndis_associate()
H A Ddriver_nl80211.c3741 params->pairwise_suite != WPA_CIPHER_NONE) in nl80211_set_conn_keys()
6840 if (params->pairwise_suite != WPA_CIPHER_NONE) { in nl80211_connect_common()
6855 } else if (params->group_suite != WPA_CIPHER_NONE) { in nl80211_connect_common()
7013 (params->pairwise_suite == WPA_CIPHER_NONE || in nl80211_connect_common()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dpasn_supplicant.c424 WPA_CIPHER_NONE); in wpas_pasn_delete_peers()
942 ptksa_cache_flush(wpa_s->ptksa, peer_addr, WPA_CIPHER_NONE); in wpas_pasn_deauthenticate()
H A Dmesh.c627 wpa_s->pairwise_cipher = WPA_CIPHER_NONE; in wpa_supplicant_join_mesh()
628 wpa_s->group_cipher = WPA_CIPHER_NONE; in wpa_supplicant_join_mesh()
H A Dap.c704 int cipher = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
724 bss->wpa_group = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
725 bss->wpa_pairwise = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
726 bss->rsn_pairwise = WPA_CIPHER_NONE; in wpa_supplicant_conf_ap()
H A Dconfig_winreg.c366 !(ssid->pairwise_cipher & WPA_CIPHER_NONE)) { in wpa_config_read_network()
H A Dconfig_file.c48 WPA_CIPHER_NONE))) { in wpa_config_validate_network()
H A Dwpa_supplicant.c422 wpa_s->pairwise_cipher = WPA_CIPHER_NONE; in wpa_supplicant_set_non_wpa_policy()
423 wpa_s->group_cipher = WPA_CIPHER_NONE; in wpa_supplicant_set_non_wpa_policy()
1846 wpa_s->group_cipher = WPA_CIPHER_NONE; in wpa_supplicant_set_suites()
1847 wpa_s->pairwise_cipher = WPA_CIPHER_NONE; in wpa_supplicant_set_suites()
H A Devents.c4615 ptksa_cache_flush(wpa_s->ptksa, wpa_s->bssid, WPA_CIPHER_NONE); in wpa_supplicant_event_disassoc_finish()
H A Dctrl_iface.c8869 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpa_supplicant_ctrl_iface_flush()
10826 ptksa_cache_flush(wpa_s->ptksa, NULL, WPA_CIPHER_NONE); in wpas_ctrl_iface_pmksa_flush()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3175 (WPA_CIPHER_NONE | WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)) { in hostapd_config_fill()
3185 (WPA_CIPHER_NONE | WPA_CIPHER_WEP40 | WPA_CIPHER_WEP104)) { in hostapd_config_fill()