Home
last modified time | relevance | path

Searched refs:IEEE80211_CONF_IDLE (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/rtw89/
HDmac80211.c77 !(hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_ops_config()
96 (hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_ops_config()
HDcore.c2069 if (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE) in rtw89_ips_work()
3035 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_core_scan_start()
3062 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_core_scan_complete()
/freebsd-13-stable/sys/contrib/dev/rtw88/
HDmac80211.c87 !(hw->conf.flags & IEEE80211_CONF_IDLE)) { in rtw_ops_config()
99 (hw->conf.flags & IEEE80211_CONF_IDLE) && in rtw_ops_config()
HDmain.c309 if (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE) in rtw_ips_work()
1459 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) { in rtw_core_scan_start()
1498 if (hw_scan && (rtwdev->hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw_core_scan_complete()
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_80211.c985 old = hw->conf.flags & IEEE80211_CONF_IDLE; in lkpi_hw_conf_idle()
989 hw->conf.flags ^= IEEE80211_CONF_IDLE; in lkpi_hw_conf_idle()
4469 hw->conf.flags |= IEEE80211_CONF_IDLE;
/freebsd-13-stable/sys/compat/linuxkpi/common/include/net/
HDmac80211.h57 IEEE80211_CONF_IDLE = BIT(0), enumerator