Searched refs:ni_wdsvap (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/net80211/
H A Dieee80211_wds.c86 if (vap->iv_bss->ni_wdsvap == vap)
87 vap->iv_bss->ni_wdsvap = NULL;
142 * create. Point ni_wdsvap at the WDS vap so 4-address
161 } else if (ni->ni_wdsvap != NULL) {
165 * ni_wdsvap points at us that's ok; we should
172 ni->ni_wdsvap->iv_ifp->if_xname);
180 ni->ni_wdsvap = vap;
H A Dieee80211_adhoc.c599 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
600 ieee80211_deliver_data(ni->ni_wdsvap, ni, m);
H A Dieee80211_node.h227 struct ieee80211vap *ni_wdsvap; /* associated WDS vap */ member in struct:ieee80211_node
H A Dieee80211_hostap.c655 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap == NULL) {
814 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
815 ieee80211_deliver_data(ni->ni_wdsvap, ni, m);
H A Dieee80211_node.c1241 ni->ni_wdsvap = vap;
1881 ni->ni_wdsvap = NULL; /* clear reference */
1889 * need to clear ni_wdsvap when the WDS vap is destroyed
1893 if (ni->ni_wdsvap == match)
1894 ni->ni_wdsvap = NULL;
H A Dieee80211_ddb.c242 ni->ni_vap, ni->ni_wdsvap, ni->ni_ic, ni->ni_table);

Completed in 133 milliseconds