Searched refs:acs_weight (Results 1 – 4 of 4) sorted by relevance
1583 struct acs_weight { struct1625 struct acs_weight normalize_weight_chan[NUM_CHANNELS];
2447 mlme_is_freq_present_in_list(struct acs_weight *normalize_weight_chan_list, in mlme_is_freq_present_in_list()2466 char *acs_weight, *str1, *str2 = NULL, *acs_weight_temp, is_range = '-'; in mlme_acs_parse_weight_list() local2469 struct acs_weight *weight_list = acs->normalize_weight_chan; in mlme_acs_parse_weight_list()2475 acs_weight = qdf_mem_malloc(ACS_WEIGHT_MAX_STR_LEN); in mlme_acs_parse_weight_list()2476 if (!acs_weight) in mlme_acs_parse_weight_list()2479 qdf_mem_copy(acs_weight, cfg_get(psoc, CFG_NORMALIZE_ACS_WEIGHT), in mlme_acs_parse_weight_list()2481 acs_weight_temp = acs_weight; in mlme_acs_parse_weight_list()2530 qdf_mem_free(acs_weight); in mlme_acs_parse_weight_list()
1381 struct acs_weight *weight_list = in sap_normalize_channel_weight_with_factors()
4372 struct acs_weight *weight_list; in sap_get_freq_list()