Home
last modified time | relevance | path

Searched refs:oem_eht_cfg (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1471 uint32_t oem_eht_cfg = 0x0; in wlan_cm_is_eht_allowed_for_current_security() local
1491 status = wlan_mlme_get_oem_eht_mlo_config(psoc, &oem_eht_cfg); in wlan_cm_is_eht_allowed_for_current_security()
1527 !WLAN_CRYPTO_WPA3_SAE_OEM_EHT_CFG_IS_STRICT_H2E(oem_eht_cfg)) { in wlan_cm_is_eht_allowed_for_current_security()
1530 (oem_eht_cfg & WLAN_HOST_CRYPTO_WPA3_SAE_ALLOW_MLO_HnP)) { in wlan_cm_is_eht_allowed_for_current_security()
1534 (oem_eht_cfg & WLAN_HOST_CRYPTO_WPA3_SAE_ALLOW_NON_MLO_EHT_HnP)) { in wlan_cm_is_eht_allowed_for_current_security()
1543 WLAN_CRYPTO_WPA2_OEM_EHT_CFG_PMF_ALLOWED(oem_eht_cfg)) { in wlan_cm_is_eht_allowed_for_current_security()
1563 return (oem_eht_cfg & WLAN_HOST_CRYPTO_WPA2_ALLOW_MLO_MFPC_SET); in wlan_cm_is_eht_allowed_for_current_security()
1565 return (oem_eht_cfg & WLAN_HOST_CRYPTO_WPA2_ALLOW_NON_MLO_EHT_MFPC_SET); in wlan_cm_is_eht_allowed_for_current_security()
1572 WLAN_CRYPTO_WPA2_OEM_EHT_CFG_NO_PMF_ALLOWED(oem_eht_cfg)) { in wlan_cm_is_eht_allowed_for_current_security()
1591 return (oem_eht_cfg & WLAN_HOST_CRYPTO_WPA2_ALLOW_MLO); in wlan_cm_is_eht_allowed_for_current_security()
[all …]
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_api.h2727 uint32_t *oem_eht_cfg);
2740 uint32_t *oem_eht_cfg) in wlan_mlme_get_oem_eht_mlo_config() argument
2742 *oem_eht_cfg = 0x0; in wlan_mlme_get_oem_eht_mlo_config()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c4886 uint32_t *oem_eht_cfg) in wlan_mlme_get_oem_eht_mlo_config() argument
4894 *oem_eht_cfg = mlme_obj->cfg.gen.oem_eht_mlo_crypto_bitmap; in wlan_mlme_get_oem_eht_mlo_config()