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()
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()
3015 *max_cw = CHAN_WIDTH_40; in wpas_get_est_tpt()
3025 *max_cw = CHAN_WIDTH_80; in wpas_get_est_tpt()
3038 *max_cw = CHAN_WIDTH_160; in wpas_get_est_tpt()
3075 if (*max_cw == CHAN_WIDTH_UNKNOWN) in wpas_get_est_tpt()
3076 *max_cw = CHAN_WIDTH_20; in wpas_get_est_tpt()
3087 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3088 *max_cw < CHAN_WIDTH_40) in wpas_get_est_tpt()
3089 *max_cw = CHAN_WIDTH_40; in wpas_get_est_tpt()
3101 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3102 *max_cw < CHAN_WIDTH_80) in wpas_get_est_tpt()
3103 *max_cw = CHAN_WIDTH_80; in wpas_get_est_tpt()
3116 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3117 *max_cw < CHAN_WIDTH_160) in wpas_get_est_tpt()
3118 *max_cw = CHAN_WIDTH_160; in wpas_get_est_tpt()
3135 if (*max_cw == CHAN_WIDTH_UNKNOWN || in wpas_get_est_tpt()
3136 *max_cw < CHAN_WIDTH_320) in wpas_get_est_tpt()
3137 *max_cw = CHAN_WIDTH_320; in wpas_get_est_tpt()
3167 res->freq, &res->max_cw); in scan_est_throughput()