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.c3673 vap->iv_flags_ext |= IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_alloc()
3675 vap->iv_flags_ext &= ~IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_alloc()
3825 if ((vap->iv_flags_ext & IEEE80211_FEXT_QUIET_IE) && in ieee80211_beacon_update()
3831 vap->iv_flags_ext &= ~IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_update()
3839 if (((vap->iv_flags_ext & IEEE80211_FEXT_QUIET_IE) == 0) && in ieee80211_beacon_update()
3845 vap->iv_flags_ext |= IEEE80211_FEXT_QUIET_IE; in ieee80211_beacon_update()
4070 (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