Lines Matching refs:wow
1896 struct cfg80211_wowlan *wow, u32 *filter) in ath6kl_wow_usr() argument
1903 for (i = 0; i < wow->n_patterns; i++) { in ath6kl_wow_usr()
1913 for (pos = 0; pos < wow->patterns[i].pattern_len; pos++) { in ath6kl_wow_usr()
1914 if (wow->patterns[i].mask[pos / 8] & (0x1 << (pos % 8))) in ath6kl_wow_usr()
1925 wow->patterns[i].pattern_len, in ath6kl_wow_usr()
1927 wow->patterns[i].pattern, mask); in ath6kl_wow_usr()
1932 if (wow->disconnect) in ath6kl_wow_usr()
1935 if (wow->magic_pkt) in ath6kl_wow_usr()
1938 if (wow->gtk_rekey_failure) in ath6kl_wow_usr()
1941 if (wow->eap_identity_req) in ath6kl_wow_usr()
1944 if (wow->four_way_handshake) in ath6kl_wow_usr()
2117 struct cfg80211_wowlan *wow, u32 *filter) in ath6kl_wow_suspend_vif() argument
2146 if (wow) in ath6kl_wow_suspend_vif()
2147 ret = ath6kl_wow_usr(ar, vif, wow, filter); in ath6kl_wow_suspend_vif()
2211 static int ath6kl_wow_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow) in ath6kl_wow_suspend() argument
2224 if (wow && (wow->n_patterns > WOW_MAX_FILTERS_PER_LIST)) in ath6kl_wow_suspend()
2235 ret = ath6kl_wow_suspend_vif(vif, wow, &filter); in ath6kl_wow_suspend()
2411 struct cfg80211_wowlan *wow) in ath6kl_cfg80211_suspend() argument
2427 ret = ath6kl_wow_suspend(ar, wow); in ath6kl_cfg80211_suspend()
2531 struct cfg80211_wowlan *wow) in __ath6kl_cfg80211_suspend() argument
2537 return ath6kl_hif_suspend(ar, wow); in __ath6kl_cfg80211_suspend()