HomeSort by: relevance | last modified time | path
    Searched refs:max_cw (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
scan.h 96 int snr, int freq, enum chan_width *max_cw);
106 enum chan_width max_cw, int snr);
scan.c 2357 enum chan_width max_cw, int snr)
2359 int rssi_bump = wpas_channel_width_rssi_bump(ies, ies_len, max_cw);
2367 int noise_bump = 3 * wpas_channel_width_offset(max_cw);
2413 ies_len, wa->max_cw,
2418 ies_len, wb->max_cw,
2897 int snr, int freq, enum chan_width *max_cw)
2957 *max_cw = CHAN_WIDTH_20;
2972 *max_cw = CHAN_WIDTH_40;
3005 if (*max_cw == CHAN_WIDTH_UNKNOWN)
3006 *max_cw = CHAN_WIDTH_20
    [all...]
bss.h 100 enum chan_width max_cw; member in struct:wpa_bss
bss.c 301 dst->max_cw = src->max_cw;
events.c 2154 enum chan_width max_cw = CHAN_WIDTH_UNKNOWN; local
2157 &max_cw);
2257 current_bss->max_cw);
2259 current_bss->max_cw, cur_snr);
2264 selected->max_cw);
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 343 * @max_cw: the max channel width of the connection (calculated during scan
381 enum chan_width max_cw; member in struct:wpa_scan_res

Completed in 98 milliseconds