Lines Matching refs:wpa_key_mgmt

828 	WPA_ASSERT(hapd->conf->wpa_key_mgmt);  in hostapd_ctrl_iface_get_key_mgmt()
830 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
836 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt()
843 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_PSK) { in hostapd_ctrl_iface_get_key_mgmt()
849 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X) { in hostapd_ctrl_iface_get_key_mgmt()
856 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
864 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE) { in hostapd_ctrl_iface_get_key_mgmt()
870 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_SAE_EXT_KEY) { in hostapd_ctrl_iface_get_key_mgmt()
878 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA256) { in hostapd_ctrl_iface_get_key_mgmt()
884 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FT_FILS_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
892 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK_SHA256) { in hostapd_ctrl_iface_get_key_mgmt()
898 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA256) { in hostapd_ctrl_iface_get_key_mgmt()
905 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE) { in hostapd_ctrl_iface_get_key_mgmt()
911 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_SAE_EXT_KEY) { in hostapd_ctrl_iface_get_key_mgmt()
918 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SUITE_B) { in hostapd_ctrl_iface_get_key_mgmt()
924 if (hapd->conf->wpa_key_mgmt & in hostapd_ctrl_iface_get_key_mgmt()
933 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FILS_SHA256) { in hostapd_ctrl_iface_get_key_mgmt()
939 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_FILS_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
948 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_OWE) { in hostapd_ctrl_iface_get_key_mgmt()
957 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) { in hostapd_ctrl_iface_get_key_mgmt()
965 if (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X_SHA384) { in hostapd_ctrl_iface_get_key_mgmt()
1092 if (hapd->conf->wpa && hapd->conf->wpa_key_mgmt) { in hostapd_ctrl_iface_get_config()
5214 src_hapd->conf->wpa_key_mgmt) { in hostapd_ctrl_iface_dup_param()