Lines Matching defs:wow
1629 struct cfg80211_wowlan *wow)
1633 if (!wow || wow->any || !wow->n_patterns) {
1646 if (WARN_ON(wow->n_patterns > WL1271_MAX_RX_FILTERS))
1650 for (i = 0; i < wow->n_patterns; i++) {
1651 ret = wl1271_validate_wowlan_pattern(&wow->patterns[i]);
1667 for (i = 0; i < wow->n_patterns; i++) {
1671 p = &wow->patterns[i];
1695 struct cfg80211_wowlan *wow)
1702 ret = wl1271_configure_wowlan(wl, wow);
1725 struct cfg80211_wowlan *wow)
1736 ret = wl1271_configure_wowlan(wl, wow);
1747 struct cfg80211_wowlan *wow)
1750 return wl1271_configure_suspend_sta(wl, wlvif, wow);
1752 return wl1271_configure_suspend_ap(wl, wlvif, wow);
1792 struct cfg80211_wowlan *wow)
1799 wl1271_debug(DEBUG_MAC80211, "mac80211 suspend wow=%d", !!wow);
1800 WARN_ON(!wow);
1823 ret = wl1271_configure_suspend(wl, wlvif, wow);
1879 wl1271_debug(DEBUG_MAC80211, "mac80211 resume wow=%d",