Searched refs:IEEE80211_CONF_IDLE (Results 1 – 6 of 6) sorted by relevance
77 !(hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_ops_config()96 (hw->conf.flags & IEEE80211_CONF_IDLE)) in rtw89_ops_config()
2069 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()
87 !(hw->conf.flags & IEEE80211_CONF_IDLE)) { in rtw_ops_config()99 (hw->conf.flags & IEEE80211_CONF_IDLE) && in rtw_ops_config()
309 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()
985 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;
57 IEEE80211_CONF_IDLE = BIT(0), enumerator