Searched refs:normalize_factor (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_ch_select.c | 1378 uint8_t normalize_factor = 100; in sap_normalize_channel_weight_with_factors() local 1393 normalize_factor = range_list[i].normalize_weight; in sap_normalize_channel_weight_with_factors() 1395 chan_freq, normalize_factor); in sap_normalize_channel_weight_with_factors() 1403 normalize_factor = weight_list[i].normalize_weight; in sap_normalize_channel_weight_with_factors() 1405 chan_freq, normalize_factor); in sap_normalize_channel_weight_with_factors() 1414 normalize_factor = qdf_min(dfs_normalize_factor, in sap_normalize_channel_weight_with_factors() 1415 normalize_factor); in sap_normalize_channel_weight_with_factors() 1417 normalize_factor = dfs_normalize_factor; in sap_normalize_channel_weight_with_factors() 1420 dfs_normalize_factor, normalize_factor); in sap_normalize_channel_weight_with_factors() 1426 (100 - normalize_factor)) / 100; in sap_normalize_channel_weight_with_factors()
|
H A D | sap_fsm.c | 4370 uint8_t normalize_factor = 100; in sap_get_freq_list() local 4493 normalize_factor = in sap_get_freq_list() 4517 normalize_factor = in sap_get_freq_list() 4520 chan_freq, normalize_factor); in sap_get_freq_list() 4529 normalize_factor = in sap_get_freq_list() 4532 chan_freq, normalize_factor); in sap_get_freq_list() 4538 if (freq_present_in_list && !normalize_factor) { in sap_get_freq_list()
|
/wlan-driver/qcacld-3.0/components/mlme/core/src/ |
H A D | wlan_mlme_main.c | 2467 int freq1, freq2, normalize_factor; in mlme_acs_parse_weight_list() local 2496 sscanf(str1, "%d", &normalize_factor); in mlme_acs_parse_weight_list() 2501 normalize_factor; in mlme_acs_parse_weight_list() 2509 sscanf(str1, "%d", &normalize_factor); in mlme_acs_parse_weight_list() 2514 normalize_factor; in mlme_acs_parse_weight_list() 2521 normalize_factor; in mlme_acs_parse_weight_list()
|