Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_output.c3672 vap->iv_flags_ext |= IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_alloc()
3674 vap->iv_flags_ext &= ~IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_alloc()
3824 if ((vap->iv_flags_ext & IEEE80211_FEXT_QUIET_IE) && in ieee80211_beacon_update()
3830 vap->iv_flags_ext &= ~IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_update()
3838 if (((vap->iv_flags_ext & IEEE80211_FEXT_QUIET_IE) == 0) && in ieee80211_beacon_update()
3844 vap->iv_flags_ext |= IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_update()
4069 (vap->iv_flags_ext & IEEE80211_FEXT_QUIET_IE)) { in ieee80211_beacon_update()
H A Dieee80211_var.h698 #define IEEE80211_FEXT_QUIET_IE 0x00800000 /* STATUS: quiet IE in a beacon has been added */ macro