Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dif_ieee80211.h582 #define IEEE80211_F_SIBSS 0x00000002 /* STATUS: start IBSS */ macro
Dif_ieee80211subr.c1210 ic->ic_flags |= IEEE80211_F_SIBSS; in ieee80211_create_ibss()
2566 ic->ic_flags &= ~IEEE80211_F_SIBSS; in ieee80211_new_state()
3423 if (ic->ic_flags & IEEE80211_F_SIBSS) in ieee80211_cfgset()
3520 if (ic->ic_flags & IEEE80211_F_SIBSS) { in ieee80211_cfgset()
3521 ic->ic_flags &= ~IEEE80211_F_SIBSS; in ieee80211_cfgset()