Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211.c1600 const uint8_t ieee[], int nieee, uint32_t flags[]) in add_chanlist() argument
1606 for (i = 0; i < nieee; i++) { in add_chanlist()
1675 if (i == nieee - 1 || in add_chanlist()
1676 ieee[i] + 4 > ieee[nieee - 1] || in add_chanlist()
1698 int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], in ieee80211_add_channel_list_2ghz() argument
1707 return (add_chanlist(chans, maxchans, nchans, ieee, nieee, flags)); in ieee80211_add_channel_list_2ghz()
1723 int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], in ieee80211_add_channel_list_5ghz() argument
1735 return (add_chanlist(chans, maxchans, nchans, ieee, nieee, flags)); in ieee80211_add_channel_list_5ghz()