Home
last modified time | relevance | path

Searched refs:bw_desc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dacs.c300 static const struct bw_item *bw_desc[] = { variable
446 while (bw_desc[bw][i].first != -1) { in acs_usable_bw_chan()
447 if (chan->freq == bw_desc[bw][i].first) in acs_usable_bw_chan()
460 while (bw_desc[bw][i].first != -1) { in acs_get_bw_center_chan()
461 if (freq >= bw_desc[bw][i].first && in acs_get_bw_center_chan()
462 freq <= bw_desc[bw][i].last) in acs_get_bw_center_chan()
463 return bw_desc[bw][i].center_chan; in acs_get_bw_center_chan()
1177 for (i = 0; bw_desc[ACS_BW40][i].first != -1; i++) { in acs_adjust_secondary()
1178 if (iface->freq == bw_desc[ACS_BW40][i].first) in acs_adjust_secondary()
1180 else if (iface->freq == bw_desc[ACS_BW40][i].last) in acs_adjust_secondary()