Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
Dtarget_if_reg.c1447 reg_ops->is_chip_11be = tgt_if_reg_is_chip_11be_cap; in target_if_register_regulatory_tx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_build_chan_list.c4173 if (max_cc_bw > BW_160_MHZ && tx_ops->is_chip_11be(psoc, phy_id)) in reg_is_chip_cc_11be_cap()
5065 if (reg_ops->is_chip_11be && reg_ops->is_chip_11be(psoc, phy_id)) in reg_find_afc_max_bw_from_chip_cap()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1205 bool (*is_chip_11be)(struct wlan_objmgr_psoc *psoc, member