Home
last modified time | relevance | path

Searched refs:IEEE80211_C_WDS (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h498 #define IEEE80211_C_WDS 0x08000000 /* CAPABILITY: 4-addr support */ macro
507 IEEE80211_C_AHDEMO | IEEE80211_C_MONITOR | IEEE80211_C_WDS | \
H A Dieee80211.c82 [IEEE80211_M_WDS] = IEEE80211_C_WDS,
1883 if (caps & IEEE80211_C_WDS) in addmedia()
H A Dieee80211_ioctl.c3316 if ((ic->ic_caps & IEEE80211_C_WDS) == 0) in ieee80211_ioctl_set80211()