Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_priv_objs.h450 bool reg_rnr_tpe_usable; member
Dreg_services_common.h2017 bool *reg_rnr_tpe_usable);
2186 bool *reg_rnr_tpe_usable) in reg_get_rnr_tpe_usable() argument
2188 *reg_rnr_tpe_usable = false; in reg_get_rnr_tpe_usable()
Dreg_priv_objs.c245 pdev_priv_obj->reg_rnr_tpe_usable = false; in reg_init_6g_vars()
Dreg_services_common.c8097 bool *reg_rnr_tpe_usable) in reg_get_rnr_tpe_usable() argument
8106 *reg_rnr_tpe_usable = pdev_priv_obj->reg_rnr_tpe_usable; in reg_get_rnr_tpe_usable()
Dreg_build_chan_list.c1357 pdev_priv_obj->reg_rnr_tpe_usable = mas_chan_params->rnr_tpe_usable; in reg_propagate_6g_mas_channel_list()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dwlan_reg_services_api.h2372 bool *reg_rnr_tpe_usable);
2540 bool *reg_rnr_tpe_usable) in wlan_reg_get_rnr_tpe_usable() argument
2542 *reg_rnr_tpe_usable = false; in wlan_reg_get_rnr_tpe_usable()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
Dwlan_reg_services_api.c1635 bool *reg_rnr_tpe_usable) in wlan_reg_get_rnr_tpe_usable() argument
1637 return reg_get_rnr_tpe_usable(pdev, reg_rnr_tpe_usable); in wlan_reg_get_rnr_tpe_usable()