Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c971 reg_ops->send_afc_ind = tgt_if_regulatory_send_afc_cmd; in tgt_if_register_afc_callback()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1189 QDF_STATUS (*send_afc_ind)(struct wlan_objmgr_psoc *psoc, member
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c8792 if (tx_ops->send_afc_ind) in reg_send_afc_cmd()
8793 return tx_ops->send_afc_ind(psoc, pdev_id, afc_ind_obj); in reg_send_afc_cmd()