Searched refs:set_country_code (Results 1 – 4 of 4) sorted by relevance
86 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()
343 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()
1403 reg_ops->set_country_code = tgt_if_regulatory_set_country_code; in target_if_register_regulatory_tx_ops()
1157 QDF_STATUS (*set_country_code)(struct wlan_objmgr_psoc *psoc, member