Lines Matching refs:max_cw

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()
3012 *max_cw = CHAN_WIDTH_40; in wpas_get_est_tpt()
3022 *max_cw = CHAN_WIDTH_80; in wpas_get_est_tpt()
3035 *max_cw = CHAN_WIDTH_160; in wpas_get_est_tpt()
3072 if (*max_cw == CHAN_WIDTH_UNKNOWN) in wpas_get_est_tpt()
3073 *max_cw = CHAN_WIDTH_20; in wpas_get_est_tpt()
3084 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3085 *max_cw < CHAN_WIDTH_40) in wpas_get_est_tpt()
3086 *max_cw = CHAN_WIDTH_40; in wpas_get_est_tpt()
3098 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3099 *max_cw < CHAN_WIDTH_80) in wpas_get_est_tpt()
3100 *max_cw = CHAN_WIDTH_80; in wpas_get_est_tpt()
3113 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3114 *max_cw < CHAN_WIDTH_160) in wpas_get_est_tpt()
3115 *max_cw = CHAN_WIDTH_160; in wpas_get_est_tpt()
3132 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3133 *max_cw < CHAN_WIDTH_320) in wpas_get_est_tpt()
3134 *max_cw = CHAN_WIDTH_320; in wpas_get_est_tpt()
3164 res->freq, &res->max_cw); in scan_est_throughput()