HomeSort by: relevance | last modified time | path
    Searched refs:nw_nt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_netbsd.c 282 nw->nw_nt = &nw->nw_ic->ic_sta;
284 nw->nw_nt = &nw->nw_ic->ic_scan;
293 if (nw->nw_nt == NULL)
296 nw->nw_ni = TAILQ_FIRST(&nw->nw_nt->nt_node);
304 if (nw->nw_nt != NULL)
310 if (nw->nw_nt == &nw->nw_ic->ic_sta) {
311 nw->nw_nt = &nw->nw_ic->ic_scan;
312 nw->nw_ni = TAILQ_FIRST(&nw->nw_nt->nt_node);
314 } else if (nw->nw_nt == &nw->nw_ic->ic_scan) {
315 nw->nw_nt = NULL
    [all...]
ieee80211_sysctl.h 113 struct ieee80211_node_table *nw_nt; member in struct:ieee80211_node_walk

Completed in 104 milliseconds