Home
last modified time | relevance | path

Searched refs:IEEE80211_C_IBSS (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dnet80211.h66 #define IEEE80211_C_IBSS 0x00000100 /* CAPABILITY: IBSS available */ macro
/titanic_50/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1540 if ((ic->ic_caps & IEEE80211_C_IBSS) == 0) { in wl_set_bsstype()
2334 if ((ic->ic_caps & IEEE80211_C_IBSS) == 0) { in wl_set_createibss()
/titanic_50/usr/src/uts/common/io/rtw/
H A Drtw.c966 ic->ic_caps = IEEE80211_C_PMGT | IEEE80211_C_IBSS | in rtw_set80211props()
/titanic_50/usr/src/uts/common/io/iwk/
H A Diwk2.c683 ic->ic_caps |= IEEE80211_C_IBSS; in iwk_attach()