Searched refs:chanflags (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/wlanctl/
H A Dwlanctl.c159 static const struct flagname chanflags[] = { local
171 print_flags(flags, chanflags, __arraycount(chanflags));
/netbsd-current/sys/net80211/
H A Dieee80211.c861 static const u_int chanflags[] = { local
886 IASSERT(mode < N(chanflags), ("Unexpected mode %u", mode));
887 modeflags = chanflags[mode];

Completed in 267 milliseconds