Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddefs.h51 #define WPA_KEY_MGMT_OSEN BIT(15) macro
75 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_wpa_ieee8021x()
131 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_sha256()
Dwpa_common.c124 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_akm_defined()
141 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_cmac()
162 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_aes_key_wrap()
230 case WPA_KEY_MGMT_OSEN: in wpa_eapol_key_mic()
1161 return WPA_KEY_MGMT_OSEN; in rsn_key_mgmt_to_bitfield()
1231 data->key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_parse_wpa_ie_rsn()
2022 case WPA_KEY_MGMT_OSEN: in wpa_key_mgmt_txt()
2064 if (akm & WPA_KEY_MGMT_OSEN) in wpa_akm_to_suite()
2086 if (akm & WPA_KEY_MGMT_OSEN) in wpa_akm_to_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddefs.h42 #define WPA_KEY_MGMT_OSEN BIT(15) macro
68 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_wpa_ieee8021x()
131 WPA_KEY_MGMT_OSEN | in wpa_key_mgmt_sha256()
Dwpa_common.c124 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_akm_defined()
141 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_cmac()
162 return akmp == WPA_KEY_MGMT_OSEN || in wpa_use_aes_key_wrap()
228 case WPA_KEY_MGMT_OSEN: in wpa_eapol_key_mic()
1506 return WPA_KEY_MGMT_OSEN; in rsn_key_mgmt_to_bitfield()
1575 data->key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_parse_wpa_ie_rsn()
2377 case WPA_KEY_MGMT_OSEN: in wpa_key_mgmt_txt()
2421 if (akm & WPA_KEY_MGMT_OSEN) in wpa_akm_to_suite()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_ie.c259 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_write_rsn_ie()
635 else if (data.key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_validate_wpa_ie()
743 else if (key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_validate_wpa_ie()
744 sm->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_validate_wpa_ie()
957 sm->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_validate_osen()
Dwpa_auth.c2144 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN) { in SM_STATE()
2691 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in fils_prepare_plainbuf()
3090 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in ieee80211w_kde_add()
3199 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in SM_STATE()
3578 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in SM_STATE()
Dwpa_auth_glue.c104 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth_ie.c286 if (conf->wpa_key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_write_rsn_ie()
689 else if (data.key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_validate_wpa_ie()
795 else if (key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_validate_wpa_ie()
796 sm->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_validate_wpa_ie()
1050 sm->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_validate_osen()
Dwpa_auth.c2226 sm->wpa_key_mgmt != WPA_KEY_MGMT_OSEN) { in SM_STATE()
2792 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in fils_prepare_plainbuf()
3271 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in ieee80211w_kde_add()
3294 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in ieee80211w_kde_add()
3465 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in SM_STATE()
3892 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in SM_STATE()
4205 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_wnmsleep_gtk_subelem()
4244 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_wnmsleep_igtk_subelem()
4282 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_wnmsleep_bigtk_subelem()
Dwpa_auth_ft.c2200 sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem()
2212 } else if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_gtk_subelem()
2290 if (conf->disable_gtk || sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_igtk_subelem()
2350 if (sm->wpa_key_mgmt == WPA_KEY_MGMT_OSEN) { in wpa_ft_bigtk_subelem()
Dwpa_auth_glue.c107 wconf->wpa_key_mgmt = WPA_KEY_MGMT_OSEN; in hostapd_wpa_auth_conf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_ie.c222 } else if (key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_gen_wpa_ie_rsn()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_ie.c208 } else if (key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_gen_wpa_ie_rsn()
Dwpa.c432 !wpa_key_mgmt_ft(sm->key_mgmt) && sm->key_mgmt != WPA_KEY_MGMT_OSEN) in wpa_supplicant_get_pmk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Devents.c524 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_supplicant_match_privacy()
753 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && in wpa_supplicant_ssid_bss_match()
1035 (data.key_mgmt & WPA_KEY_MGMT_OSEN)) in wpa_scan_res_match()
1210 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && !osen && in wpa_scan_res_match()
Dhs20_supplicant.c1081 (data.key_mgmt & WPA_KEY_MGMT_OSEN)) { in hs20_osu_icon_fetch()
Dconfig.c761 val |= WPA_KEY_MGMT_OSEN; in wpa_config_parse_key_mgmt()
970 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_config_write_key_mgmt()
Dwpa_supplicant.c1536 } else if (sel & WPA_KEY_MGMT_OSEN) { in wpa_supplicant_set_suites()
1537 wpa_s->key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_supplicant_set_suites()
2616 (ssid->key_mgmt & WPA_KEY_MGMT_OSEN)) { in wpas_populate_assoc_ies()
Dsme.c379 (ssid->key_mgmt & WPA_KEY_MGMT_OSEN)) { in sme_send_authentication()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Devents.c549 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) in wpa_supplicant_match_privacy()
771 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && in wpa_supplicant_ssid_bss_match()
1155 (data.key_mgmt & WPA_KEY_MGMT_OSEN)) in wpa_scan_res_ok()
1265 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && !osen && !rsn_osen) { in wpa_scan_res_ok()
Dhs20_supplicant.c1093 (data.key_mgmt & WPA_KEY_MGMT_OSEN)) { in hs20_osu_icon_fetch()
Dwpa_supplicant.c1674 } else if (sel & WPA_KEY_MGMT_OSEN) { in wpa_supplicant_set_suites()
1675 wpa_s->key_mgmt = WPA_KEY_MGMT_OSEN; in wpa_supplicant_set_suites()
3006 (ssid->key_mgmt & WPA_KEY_MGMT_OSEN)) { in wpas_populate_assoc_ies()
Dconfig.c812 val |= WPA_KEY_MGMT_OSEN; in wpa_config_parse_key_mgmt()
1019 if (ssid->key_mgmt & WPA_KEY_MGMT_OSEN) { in wpa_config_write_key_mgmt()
Dsme.c463 (ssid->key_mgmt & WPA_KEY_MGMT_OSEN)) { in sme_send_authentication()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c756 val |= WPA_KEY_MGMT_OSEN; in hostapd_config_parse_key_mgmt()

12