Searched refs:wow (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 1754 struct cfg80211_wowlan *wow, u32 *filter) in ath6kl_wow_usr() argument 1761 for (i = 0; i < wow->n_patterns; i++) { in ath6kl_wow_usr() 1772 for (pos = 0; pos < wow->patterns[i].pattern_len; pos++) { in ath6kl_wow_usr() 1773 if (wow->patterns[i].mask[pos / 8] & (0x1 << (pos % 8))) in ath6kl_wow_usr() 1784 wow->patterns[i].pattern_len, in ath6kl_wow_usr() 1786 wow->patterns[i].pattern, mask); in ath6kl_wow_usr() 1791 if (wow->disconnect) in ath6kl_wow_usr() 1794 if (wow->magic_pkt) in ath6kl_wow_usr() 1797 if (wow->gtk_rekey_failure) in ath6kl_wow_usr() 1800 if (wow->eap_identity_req) in ath6kl_wow_usr() [all …]
|
D | hif-ops.h | 88 struct cfg80211_wowlan *wow) in ath6kl_hif_suspend() argument 92 return ar->hif_ops->suspend(ar, wow); in ath6kl_hif_suspend()
|
D | cfg80211.h | 49 struct cfg80211_wowlan *wow);
|
D | hif.h | 250 int (*suspend)(struct ath6kl *ar, struct cfg80211_wowlan *wow);
|
D | sdio.c | 839 static int ath6kl_sdio_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow) in ath6kl_sdio_suspend() argument 864 (!ar->suspend_mode && wow)) { in ath6kl_sdio_suspend() 870 ret = ath6kl_cfg80211_suspend(ar, ATH6KL_CFG_SUSPEND_WOW, wow); in ath6kl_sdio_suspend()
|
/drivers/net/wireless/wl12xx/ |
D | main.c | 1747 struct cfg80211_wowlan *wow) in wl1271_op_suspend() argument 1753 wl1271_debug(DEBUG_MAC80211, "mac80211 suspend wow=%d", !!wow); in wl1271_op_suspend() 1754 WARN_ON(!wow || !wow->any); in wl1271_op_suspend()
|
/drivers/net/wireless/brcm80211/brcmfmac/ |
D | wl_cfg80211.c | 2505 struct cfg80211_wowlan *wow) in brcmf_cfg80211_suspend() argument
|
/drivers/net/wireless/bcmdhd/ |
D | wl_cfg80211.c | 326 static s32 wl_cfg80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wow); 4146 static s32 wl_cfg80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wow) argument
|