OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chanflags
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/wlanctl/
wlanctl.c
159
static const struct flagname
chanflags
[] = {
local in function:print_channel
171
print_flags(flags,
chanflags
, __arraycount(
chanflags
));
/src/sys/net80211/
ieee80211.c
861
static const u_int
chanflags
[] = {
local in function:ieee80211_setmode
886
IASSERT(mode < N(
chanflags
), ("Unexpected mode %u", mode));
887
modeflags =
chanflags
[mode];
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025