Home
last modified time | relevance | path

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

/wlan-dirver/qca-wifi-host-cmn/umac/cmn_services/obj_mgr/inc/
H A Dwlan_objmgr_psoc_obj.h323 * @phy_type: OL/DA type
334 WLAN_DEV_TYPE phy_type; member
1266 * @phy_type: phy type (OL/DA)
1273 WLAN_DEV_TYPE phy_type) in wlan_psoc_set_dev_type() argument
1275 psoc->soc_nif.phy_type = phy_type; in wlan_psoc_set_dev_type()
1292 return psoc->soc_nif.phy_type; in wlan_objmgr_psoc_get_dev_type()
/wlan-dirver/qca-wifi-host-cmn/global_lmac_if/src/
H A Dwlan_global_lmac_if.c216 dev_type = psoc->soc_nif.phy_type; in wlan_global_lmac_if_open()
/wlan-dirver/utils/sigma-dut/
H A Dsta.c12486 const char *bssid, *info, *op_class, *ch, *phy_type, *pref; in btm_query_candidate_list() local
12526 phy_type = get_param(cmd, "Nebor_Phy_Type"); in btm_query_candidate_list()
12527 if (!phy_type) { in btm_query_candidate_list()
12531 phy_type = DEFAULT_NEIGHBOR_PHY_TYPE; in btm_query_candidate_list()
12562 bssid, info, op_class, ch, phy_type, buf); in btm_query_candidate_list()