OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ic_vap
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net80211/
ieee80211.c
110
ic->
ic_vap
= 0;
112
ic->
ic_vap
+= NBBY;
116
ic->
ic_vap
++;
117
setbit(ieee80211_vapmap, ic->
ic_vap
);
130
IASSERT(ic->
ic_vap
< sizeof(ieee80211_vapmap)*NBBY,
131
("invalid vap id %d", ic->
ic_vap
));
132
IASSERT(isset(ieee80211_vapmap, ic->
ic_vap
),
133
("vap id %d not allocated", ic->
ic_vap
));
134
clrbit(ieee80211_vapmap, ic->
ic_vap
);
265
ieee80211_sysctl_attach(ic); /* NB: requires
ic_vap
*/
[
all
...]
ieee80211_var.h
102
int
ic_vap
; /* virtual AP index */
member in struct:ieee80211com
ieee80211_netbsd.c
188
snprintf(num, sizeof(num), "vap%u", ic->
ic_vap
);
Completed in 17 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025