OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nw_ic
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net80211/
ieee80211_netbsd.c
278
LIST_FOREACH(nw->
nw_ic
, &ieee80211com_head, ic_list) {
279
if (if_index != 0 && nw->
nw_ic
->ic_ifp->if_index != if_index)
281
if (!TAILQ_EMPTY(&nw->
nw_ic
->ic_sta.nt_node))
282
nw->nw_nt = &nw->
nw_ic
->ic_sta;
283
else if (!TAILQ_EMPTY(&nw->
nw_ic
->ic_scan.nt_node))
284
nw->nw_nt = &nw->
nw_ic
->ic_scan;
285
else if (nw->
nw_ic
->ic_bss == NULL)
290
if (nw->
nw_ic
== NULL)
294
nw->nw_ni = nw->
nw_ic
->ic_bss;
310
if (nw->nw_nt == &nw->
nw_ic
->ic_sta)
[
all
...]
ieee80211_sysctl.h
112
struct ieee80211com *
nw_ic
;
member in struct:ieee80211_node_walk
Completed in 11 milliseconds
Indexes created Wed Oct 29 12:09:47 GMT 2025