Home
last modified time | relevance | path

Searched refs:IEEE80211_C_HOSTAP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net80211/
H A D_ieee80211.h480 #define IEEE80211_C_HOSTAP 0x00000400 /* CAPABILITY: HOSTAP avail */ macro
506 (IEEE80211_C_STA | IEEE80211_C_IBSS | IEEE80211_C_HOSTAP | \
H A Dieee80211.c85 [IEEE80211_M_HOSTAP] = IEEE80211_C_HOSTAP,
1877 if (caps & IEEE80211_C_HOSTAP) in addmedia()