Home
last modified time | relevance | path

Searched defs:schan (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/misc/musycc/
H A Dmusycc.c162 struct schan { struct
163 enum {DOWN, UP} state;
164 struct softc *sc;
165 int chan;
166 u_int32_t ts;
167 char hookname[8];
169 hook_p hook;
171 u_long rx_drop; /* mbuf allocation failures */
172 u_long tx_limit;
173 u_long tx_pending;
[all …]
/dflybsd-src/sys/dev/netif/mn/
H A Dif_mn.c208 struct schan { struct
209 enum {DOWN, UP} state;
210 struct softc *sc;
211 int chan;
212 u_int32_t ts;
213 char name[8];
214 struct trxd *r1, *rl;
215 struct trxd *x1, *xl;
216 hook_p hook;
218 time_t last_recv;
[all …]
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_scan.c519 int i, nbands, schan, nchan; in dump_country() local
/dflybsd-src/sys/netproto/802_11/
H A Dieee80211.h966 uint8_t schan; /* starting channel */ member
/dflybsd-src/sbin/ifconfig/
H A Difieee80211.c3266 size_t i, nbands, schan, nchan; in printcountry() local