Home
last modified time | relevance | path

Searched refs:hdd_get_ap_6ghz_capable (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_init_deinit.c840 pm_ctx->hdd_cbacks.hdd_get_ap_6ghz_capable = in policy_mgr_register_hdd_cb()
841 hdd_cbacks->hdd_get_ap_6ghz_capable; in policy_mgr_register_hdd_cb()
872 pm_ctx->hdd_cbacks.hdd_get_ap_6ghz_capable = NULL; in policy_mgr_deregister_hdd_cb()
H A Dwlan_policy_mgr_get_set_utils.c11842 pm_ctx->hdd_cbacks.hdd_get_ap_6ghz_capable) in policy_mgr_get_ap_6ghz_capable()
11843 conn_6ghz_flag = pm_ctx->hdd_cbacks.hdd_get_ap_6ghz_capable( in policy_mgr_get_ap_6ghz_capable()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.h204 uint32_t hdd_get_ap_6ghz_capable(struct wlan_objmgr_psoc *psoc,
H A Dwlan_hdd_hostapd.c4188 uint32_t hdd_get_ap_6ghz_capable(struct wlan_objmgr_psoc *psoc, uint8_t vdev_id) in hdd_get_ap_6ghz_capable() function
4287 uint32_t hdd_get_ap_6ghz_capable(struct wlan_objmgr_psoc *psoc, uint8_t vdev_id) in hdd_get_ap_6ghz_capable() function
H A Dwlan_hdd_main.c4108 hdd_cbacks.hdd_get_ap_6ghz_capable = hdd_get_ap_6ghz_capable; in hdd_register_policy_manager_callback()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_api.h2243 uint32_t (*hdd_get_ap_6ghz_capable)(struct wlan_objmgr_psoc *psoc, member