Lines Matching defs:wowlan
190 mld->wowlan.flags |= WIPHY_WOWLAN_MAGIC_PKT |
199 mld->wowlan.n_patterns = IWL_WOWLAN_MAX_PATTERNS;
200 mld->wowlan.pattern_min_len = IWL_WOWLAN_MIN_PATTERN_LEN;
201 mld->wowlan.pattern_max_len = IWL_WOWLAN_MAX_PATTERN_LEN;
202 mld->wowlan.max_nd_match_sets = IWL_SCAN_MAX_PROFILES_V2;
204 wiphy->wowlan = &mld->wowlan;
511 * the d3_resume flow is used. When wowlan is configured, mac80211
1954 /* Returns 0 on success. 1 if failed to suspend with wowlan:
1956 * with wowlan, mac80211 would use the no_wowlan flow.
1961 iwl_mld_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
1968 ret = iwl_mld_wowlan_suspend(mld, wowlan);