Home
last modified time | relevance | path

Searched refs:WPA_KEY_MGMT_OSEN (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Ddefs.h42 #define WPA_KEY_MGMT_OSEN BIT(15) macro
72 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_wpa_ieee8021x()
147 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_sha256()
H A Dwpa_common.c137 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_akm_defined()
155 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_cmac()
177 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_aes_key_wrap()
270 case WPA_KEY_MGMT_OSEN: in wpa_eapol_key_mic()
1822 return WPA_KEY_MGMT_OSEN; in rsn_key_mgmt_to_bitfield()
1891 data->key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_parse_wpa_ie_rsn()
2783 case WPA_KEY_MGMT_OSEN: in wpa_key_mgmt_txt()
2831 if (akm & WPA_KEY_MGMT_OSEN) in wpa_akm_to_suite()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c304 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_write_rsn_ie()
721 else if (data.key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_validate_wpa_ie()
839 else if (key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_validate_wpa_ie()
840 sm->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_validate_wpa_ie()
1117 sm->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_validate_osen()
H A Dwpa_auth.c2759 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN) {
3406 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
4056 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
4087 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
4651 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
5201 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
5550 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
5589 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
5628 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) {
H A Dwpa_auth_ft.c2251 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem()
2263 } else if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem()
2342 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_igtk_subelem()
2403 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_bigtk_subelem()
H A Dwpa_auth_glue.c109 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c230 } else if (key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_gen_wpa_ie_rsn()
H A Dwpa.c484 !wpa_key_mgmt_ft(sm->key_mgmt) && sm->key_mgmt != WPA_KEY_MGMT_OSEN) in wpa_supplicant_get_pmk()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dhs20_supplicant.c1092 (data.key_mgmt & WPA_KEY_MGMT_OSEN)) { in hs20_osu_icon_fetch()
H A Devents.c639 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_supplicant_match_privacy()
919 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && in wpa_supplicant_ssid_bss_match()
1292 (data.key_mgmt & WPA_KEY_MGMT_OSEN)) in wpa_scan_res_ok()
1402 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && !osen && !rsn_osen) { in wpa_scan_res_ok()
H A Dconfig.c836 val |= WPA_KEY_MGMT_OSEN; in wpa_config_parse_key_mgmt()
1075 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_config_write_key_mgmt()
H A Dwpa_supplicant.c2003 } else if (sel & WPA_KEY_MGMT_OSEN) { in wpa_supplicant_set_suites()
2004 wpa_s->key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_supplicant_set_suites()
3500 (ssid->key_mgmt & WPA_KEY_MGMT_OSEN)) { in wpas_populate_assoc_ies()
H A Dsme.c718 (ssid->key_mgmt & WPA_KEY_MGMT_OSEN)) { in sme_send_authentication()
H A Dctrl_iface.c3015 if (data.key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_supplicant_ie_txt()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c718 val |= WPA_KEY_MGMT_OSEN; in hostapd_config_parse_key_mgmt()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c6867 params->key_mgmt_suite == WPA_KEY_MGMT_OSEN || in nl80211_connect_common()
6925 case WPA_KEY_MGMT_OSEN: in nl80211_connect_common()