Searched refs:ic_chan_avail (Results 1 - 6 of 6) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211.c125 memset(ic->ic_chan_avail, 0, sizeof(ic->ic_chan_avail));
141 setbit(ic->ic_chan_avail, i);
H A Dieee80211_var.h282 u_char ic_chan_avail[howmany(IEEE80211_CHAN_MAX,NBBY)]; member in struct:ieee80211com
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c145 memset(ic->ic_chan_avail, 0, sizeof(ic->ic_chan_avail));
179 setbit(ic->ic_chan_avail, c->ic_ieee);
211 memcpy(ic->ic_chan_active, ic->ic_chan_avail,
212 sizeof(ic->ic_chan_avail));
H A Dieee80211_ddb.c569 * ic_chan_avail is a bit vector of these channels used to check
572 * ic_chan_avail that reflects any mode setting or user-specified
586 uint8_t ic_chan_avail[IEEE80211_CHAN_BYTES];
H A Dieee80211_var.h191 * ic_chan_avail is a bit vector of these channels used to check
194 * ic_chan_avail that reflects any mode setting or user-specified
207 uint8_t ic_chan_avail[IEEE80211_CHAN_BYTES]; member in struct:ieee80211com
H A Dieee80211_output.c2307 memcpy(frm+2, ic->ic_chan_avail, ielen);

Completed in 70 milliseconds