Home
last modified time | relevance | path

Searched refs:pref (Results 1 – 2 of 2) sorted by relevance

/wlan-dirver/utils/sigma-dut/
H A Dsta.c4602 const char *ch, *pref, *op_class, *reason; in mbo_set_non_pref_ch_list() local
4606 pref = get_param(cmd, "Ch_Pref"); in mbo_set_non_pref_ch_list()
4607 if (!pref) in mbo_set_non_pref_ch_list()
4610 if (strcasecmp(pref, "clear") == 0) { in mbo_set_non_pref_ch_list()
4647 " %s:%s:%s:%s", op_class, ch, pref, reason); in mbo_set_non_pref_ch_list()
12486 const char *bssid, *info, *op_class, *ch, *phy_type, *pref; in btm_query_candidate_list() local
12536 pref = get_param(cmd, "Nebor_Pref"); in btm_query_candidate_list()
12537 if (pref) { in btm_query_candidate_list()
12539 ret = snprintf(buf, sizeof(buf), ",0301%02x", atoi(pref)); in btm_query_candidate_list()
/wlan-dirver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_pcl.c1672 enum policy_mgr_conc_priority_mode pref) in policy_mgr_get_pcl_4_port() argument
1705 pcl = fourth_connection_pcl_dbs_sbs_table[fourth_index][mode][pref]; in policy_mgr_get_pcl_4_port()
1713 enum policy_mgr_conc_priority_mode pref) in policy_mgr_get_pcl_4_port() argument
1747 policy_mgr_debug("connections:%d pref:%d requested mode:%d vdev_id:%d", in policy_mgr_get_pcl()
4733 policy_mgr_debug("pref:%d requested mode:%d", in policy_mgr_is_3rd_conn_on_same_band_allowed()