HomeSort by: relevance | last modified time | path
    Searched refs:IEEE80211_F_SIBSS (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net80211/
ieee80211_var.h 231 #define IEEE80211_F_SIBSS 0x00000200 /* STATUS: start IBSS */
ieee80211_proto.c 1012 ic->ic_flags &= ~IEEE80211_F_SIBSS; /* XXX */
ieee80211_node.c 463 ic->ic_flags |= IEEE80211_F_SIBSS;
844 ic->ic_flags &= ~IEEE80211_F_SIBSS;
ieee80211_ioctl.c 676 if (ic->ic_flags & IEEE80211_F_SIBSS) {
677 ic->ic_flags &= ~IEEE80211_F_SIBSS;
  /src/sys/dev/ic/
awi.c 568 ic->ic_flags |= IEEE80211_F_SIBSS;
1067 if (!(sc->sc_ic.ic_flags & IEEE80211_F_SIBSS) &&
1751 ic->ic_flags &= ~IEEE80211_F_SIBSS;
1891 if (ic->ic_flags & IEEE80211_F_SIBSS) {
1909 if (ic->ic_flags & IEEE80211_F_SIBSS) {
atw.c 2438 (ic->ic_flags & IEEE80211_F_SIBSS))) {
wi.c 3214 ic->ic_flags &= ~IEEE80211_F_SIBSS;

Completed in 22 milliseconds