Home
last modified time | relevance | path

Searched refs:is_pmf_enabled (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/core/inc/
Dwlan_mlme_main.h221 bool is_pmf_enabled; member
1214 bool is_pmf_enabled);
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c1634 cmd->is_pmf_enabled = 1; in wma_send_peer_assoc()
3459 bool is_pmf_enabled; in wma_get_peer_pmf_status() local
3474 is_pmf_enabled = mlme_get_peer_pmf_status(peer); in wma_get_peer_pmf_status()
3477 is_pmf_enabled, QDF_MAC_ADDR_REF(peer_mac)); in wma_get_peer_pmf_status()
3479 return is_pmf_enabled; in wma_get_peer_pmf_status()
Dwma_dev_if.c4278 bool is_pmf_enabled) in wma_set_peer_pmf_status() argument
4290 mlme_set_peer_pmf_status(peer, is_pmf_enabled); in wma_set_peer_pmf_status()
4293 is_pmf_enabled, QDF_MAC_ADDR_REF(peer_mac)); in wma_set_peer_pmf_status()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c4439 bool is_pmf_enabled) in mlme_set_peer_pmf_status() argument
4449 peer_priv->is_pmf_enabled = is_pmf_enabled; in mlme_set_peer_pmf_status()
4463 return peer_priv->is_pmf_enabled; in mlme_get_peer_pmf_status()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_roam_offload.c2939 bool is_pmf_enabled, mbo_oce_enabled_ap, is_open_connection; in cm_is_mbo_ap_without_pmf() local
2958 is_pmf_enabled = mlme_get_peer_pmf_status(peer); in cm_is_mbo_ap_without_pmf()
2966 vdev_id, is_pmf_enabled, mbo_oce_enabled_ap, in cm_is_mbo_ap_without_pmf()
2969 return !is_pmf_enabled && mbo_oce_enabled_ap && !is_open_connection; in cm_is_mbo_ap_without_pmf()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h1458 uint32_t is_pmf_enabled:1, member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c3631 if (param->is_pmf_enabled) in copy_peer_flags_tlv()