Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211.c1638 const uint8_t ieee[], int nieee, uint32_t flags[]) in add_chanlist() argument
1644 for (i = 0; i < nieee; i++) { in add_chanlist()
1713 if (i == nieee - 1 || in add_chanlist()
1714 ieee[i] + 4 > ieee[nieee - 1] || in add_chanlist()
1736 int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], in ieee80211_add_channel_list_2ghz() argument
1745 return (add_chanlist(chans, maxchans, nchans, ieee, nieee, flags)); in ieee80211_add_channel_list_2ghz()
1761 int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], in ieee80211_add_channel_list_5ghz() argument
1773 return (add_chanlist(chans, maxchans, nchans, ieee, nieee, flags)); in ieee80211_add_channel_list_5ghz()