Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_lpass.c93 bool lpass_support, wls_6ghz_capable = false; in wlan_hdd_gen_wlan_status_pack() local
123 ucfg_mlme_get_wls_6ghz_cap(hdd_ctx->psoc, &wls_6ghz_capable); in wlan_hdd_gen_wlan_status_pack()
139 if (!wls_6ghz_capable && in wlan_hdd_gen_wlan_status_pack()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_ucfg_api.h545 bool *wls_6ghz_capable) in ucfg_mlme_get_wls_6ghz_cap() argument
547 wlan_mlme_get_wls_6ghz_cap(psoc, wls_6ghz_capable); in ucfg_mlme_get_wls_6ghz_cap()
Dwlan_mlme_public_struct.h1529 bool wls_6ghz_capable; member
Dwlan_mlme_api.h533 bool *wls_6ghz_capable);
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c504 bool *wls_6ghz_capable) in wlan_mlme_get_wls_6ghz_cap() argument
510 *wls_6ghz_capable = cfg_default(CFG_WLS_6GHZ_CAPABLE); in wlan_mlme_get_wls_6ghz_cap()
513 *wls_6ghz_capable = mlme_obj->cfg.gen.wls_6ghz_capable; in wlan_mlme_get_wls_6ghz_cap()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
Dwlan_mlme_main.c1394 gen->wls_6ghz_capable = cfg_get(psoc, CFG_WLS_6GHZ_CAPABLE); in mlme_init_generic_cfg()