Lines Matching defs:bands
1377 getflags_2ghz(const uint8_t bands[], uint32_t flags[], int cbw_flags)
1382 if (isset(bands, IEEE80211_MODE_11B))
1384 if (isset(bands, IEEE80211_MODE_11G))
1386 if (isset(bands, IEEE80211_MODE_11NG))
1396 getflags_5ghz(const uint8_t bands[], uint32_t flags[], int cbw_flags)
1410 if (isset(bands, IEEE80211_MODE_11A))
1412 if (isset(bands, IEEE80211_MODE_11NA))
1414 if (isset(bands, IEEE80211_MODE_VHT_5GHZ)) {
1423 isset(bands, IEEE80211_MODE_VHT_5GHZ))
1429 isset(bands, IEEE80211_MODE_VHT_5GHZ))
1435 isset(bands, IEEE80211_MODE_VHT_5GHZ)) {
1444 isset(bands, IEEE80211_MODE_VHT_5GHZ)) {
1453 isset(bands, IEEE80211_MODE_VHT_5GHZ)) {
1464 getflags(const uint8_t bands[], uint32_t flags[], int cbw_flags)
1468 if (isset(bands, IEEE80211_MODE_11A) ||
1469 isset(bands, IEEE80211_MODE_11NA) ||
1470 isset(bands, IEEE80211_MODE_VHT_5GHZ)) {
1471 if (isset(bands, IEEE80211_MODE_11B) ||
1472 isset(bands, IEEE80211_MODE_11G) ||
1473 isset(bands, IEEE80211_MODE_11NG) ||
1474 isset(bands, IEEE80211_MODE_VHT_2GHZ))
1477 getflags_5ghz(bands, flags, cbw_flags);
1479 getflags_2ghz(bands, flags, cbw_flags);
1484 * You MUST NOT mix bands when calling this. It will not add 5ghz
1491 uint32_t chan_flags, const uint8_t bands[], int cbw_flags)
1496 getflags(bands, flags, cbw_flags);
1512 uint32_t chan_flags, const uint8_t bands[])
1516 maxregpower, chan_flags, bands, 0));
1736 int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[],
1742 getflags_2ghz(bands, flags, cbw_flags);
1750 int maxchans, int *nchans, const uint8_t bands[], int cbw_flags)
1756 default_chan_list, nitems(default_chan_list), bands, cbw_flags));
1761 int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[],
1770 getflags_5ghz(bands, flags, cbw_flags);