Home
last modified time | relevance | path

Searched refs:oem_6g_disable (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_ucfg_api.c286 bool *oem_6g_disable) in ucfg_mlme_get_oem_6g_supported() argument
292 *oem_6g_disable = in ucfg_mlme_get_oem_6g_supported()
297 *oem_6g_disable = mlme_obj->cfg.wifi_pos_cfg.oem_6g_support_disable; in ucfg_mlme_get_oem_6g_supported()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg.c582 bool oem_6g_disable = true; in hdd_set_oem_6g_supported() local
585 ucfg_mlme_get_oem_6g_supported(hdd_ctx->psoc, &oem_6g_disable); in hdd_set_oem_6g_supported()
587 set_wifi_pos_6g_disabled = (oem_6g_disable || !is_reg_6g_support); in hdd_set_oem_6g_supported()