Searched refs:max_cw (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | scan.c | 2357 enum chan_width max_cw, int snr) in wpas_adjust_snr_by_chanwidth() argument 2359 int rssi_bump = wpas_channel_width_rssi_bump(ies, ies_len, max_cw); in wpas_adjust_snr_by_chanwidth() 2367 int noise_bump = 3 * wpas_channel_width_offset(max_cw); in wpas_adjust_snr_by_chanwidth() 2416 ies_len, wa->max_cw, in wpa_scan_result_compar() 2421 ies_len, wb->max_cw, in wpa_scan_result_compar() 2900 int snr, int freq, enum chan_width *max_cw) in wpas_get_est_tpt() argument 2960 *max_cw = CHAN_WIDTH_20; in wpas_get_est_tpt() 2975 *max_cw = CHAN_WIDTH_40; in wpas_get_est_tpt() 3008 if (*max_cw == CHAN_WIDTH_UNKNOWN) in wpas_get_est_tpt() 3009 *max_cw = CHAN_WIDTH_20; in wpas_get_est_tpt() [all …]
|
D | scan.h | 106 int snr, int freq, enum chan_width *max_cw); 116 enum chan_width max_cw, int snr);
|
D | bss.h | 100 enum chan_width max_cw; member
|
D | bss.c | 299 dst->max_cw = src->max_cw; in wpa_bss_copy_res()
|
D | events.c | 2160 enum chan_width max_cw = CHAN_WIDTH_UNKNOWN; in wpas_get_est_throughput_from_bss_snr() local 2163 &max_cw); in wpas_get_est_throughput_from_bss_snr() 2263 current_bss->max_cw); in wpa_supplicant_need_to_roam_within_ess() 2265 current_bss->max_cw, cur_snr); in wpa_supplicant_need_to_roam_within_ess() 2270 selected->max_cw); in wpa_supplicant_need_to_roam_within_ess()
|
/hostap-latest/src/drivers/ |
D | driver.h | 381 enum chan_width max_cw; member
|