Home
last modified time | relevance | path

Searched refs:trigger_acs_for_afc (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c859 reg_ops->trigger_acs_for_afc = tgt_afc_trigger_dcs; in target_if_register_acs_trigger_for_afc()
865 reg_ops->trigger_acs_for_afc = NULL; in target_if_register_acs_trigger_for_afc()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_build_chan_list.c5027 if (tx_ops->trigger_acs_for_afc) in reg_process_afc_expiry_event()
5028 tx_ops->trigger_acs_for_afc(pdev); in reg_process_afc_expiry_event()
5764 if (tx_ops->trigger_acs_for_afc && in reg_process_afc_power_event()
5773 tx_ops->trigger_acs_for_afc(pdev); in reg_process_afc_power_event()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1196 QDF_STATUS (*trigger_acs_for_afc)(struct wlan_objmgr_pdev *pdev); member