Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_offload_11d_scan.c86 if (tx_ops->set_country_code) { in reg_set_11d_country()
87 tx_ops->set_country_code(psoc, &country_code); in reg_set_11d_country()
385 if (tx_ops->set_country_code) { in reg_save_new_11d_country()
386 tx_ops->set_country_code(psoc, &country_code); in reg_save_new_11d_country()
H A Dreg_utils.c343 if (tx_ops->set_country_code) { in reg_set_country()
344 tx_ops->set_country_code(psoc, &cc); in reg_set_country()
1293 if (!tx_ops || !tx_ops->set_country_code) { in reg_set_curr_country()
1298 status = tx_ops->set_country_code(psoc, &country_code); in reg_set_curr_country()
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c1403 reg_ops->set_country_code = tgt_if_regulatory_set_country_code; in target_if_register_regulatory_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1157 QDF_STATUS (*set_country_code)(struct wlan_objmgr_psoc *psoc, member