Home
last modified time | relevance | path

Searched refs:set_fcc_channel (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_priv_objs.c128 soc_reg_obj->set_fcc_channel = false; in wlan_regulatory_psoc_obj_created_notification()
347 pdev_priv_obj->set_fcc_channel = psoc_priv_obj->set_fcc_channel; in wlan_regulatory_pdev_obj_created_notification()
H A Dreg_priv_objs.h310 bool set_fcc_channel; member
434 bool set_fcc_channel; member
H A Dreg_utils.c939 if (pdev_priv_obj->set_fcc_channel == fcc_constraint) { in reg_set_fcc_constraint()
958 psoc_priv_obj->set_fcc_channel = fcc_constraint; in reg_set_fcc_constraint()
959 pdev_priv_obj->set_fcc_channel = fcc_constraint; in reg_set_fcc_constraint()
993 if (!pdev_priv_obj->set_fcc_channel) in reg_get_fcc_constraint()
1048 if (!pdev_priv_obj->set_fcc_channel) in reg_is_fcc_constraint_set()
H A Dreg_build_chan_list.c1061 if (!pdev_priv_obj->set_fcc_channel) in reg_modify_chan_list_for_fcc_channel()