Searched refs:max_cw (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A 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() 2413 ies_len, wa->max_cw, in wpa_scan_result_compar() 2418 ies_len, wb->max_cw, in wpa_scan_result_compar() 2897 int snr, int freq, enum chan_width *max_cw) in wpas_get_est_tpt() argument 2957 *max_cw = CHAN_WIDTH_20; in wpas_get_est_tpt() 2972 *max_cw = CHAN_WIDTH_40; in wpas_get_est_tpt() 3005 if (*max_cw == CHAN_WIDTH_UNKNOWN) in wpas_get_est_tpt() 3006 *max_cw = CHAN_WIDTH_20; in wpas_get_est_tpt() [all …]
|
H A D | scan.h | 96 int snr, int freq, enum chan_width *max_cw); 106 enum chan_width max_cw, int snr);
|
H A D | bss.h | 100 enum chan_width max_cw; member
|
H A D | bss.c | 301 dst->max_cw = src->max_cw; in wpa_bss_copy_res()
|
H A D | events.c | 2154 enum chan_width max_cw = CHAN_WIDTH_UNKNOWN; in wpas_get_est_throughput_from_bss_snr() local 2157 &max_cw); in wpas_get_est_throughput_from_bss_snr() 2257 current_bss->max_cw); in wpa_supplicant_need_to_roam_within_ess() 2259 current_bss->max_cw, cur_snr); in wpa_supplicant_need_to_roam_within_ess() 2264 selected->max_cw); in wpa_supplicant_need_to_roam_within_ess()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 381 enum chan_width max_cw; member
|