Home
last modified time | relevance | path

Searched refs:afc_ind_obj (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
H A Dwlan_cfg80211_afc.c1032 struct reg_afc_resp_rx_ind_info afc_ind_obj; in wlan_cfg80211_vendor_afc_response() local
1062 afc_ind_obj.cmd_type = REG_AFC_CMD_SERV_RESP_READY; in wlan_cfg80211_vendor_afc_response()
1063 afc_ind_obj.serv_resp_format = in wlan_cfg80211_vendor_afc_response()
1066 if (ucfg_reg_send_afc_resp_rx_ind(pdev, &afc_ind_obj) != in wlan_cfg80211_vendor_afc_response()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_ucfg_api.c490 struct reg_afc_resp_rx_ind_info *afc_ind_obj) in ucfg_reg_send_afc_resp_rx_ind() argument
492 return reg_send_afc_cmd(pdev, afc_ind_obj); in ucfg_reg_send_afc_resp_rx_ind()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h777 struct reg_afc_resp_rx_ind_info *afc_ind_obj);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.h2566 struct reg_afc_resp_rx_ind_info *afc_ind_obj);
H A Dreg_services_common.c8779 struct reg_afc_resp_rx_ind_info *afc_ind_obj) in reg_send_afc_cmd() argument
8793 return tx_ops->send_afc_ind(psoc, pdev_id, afc_ind_obj); in reg_send_afc_cmd()