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

/netbsd-current/sys/net80211/
H A Dieee80211_netbsd.c278 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
[all...]
H A Dieee80211_sysctl.h112 struct ieee80211com *nw_ic; member in struct:ieee80211_node_walk

Completed in 183 milliseconds