/linux-5.19.10/drivers/net/wireless/realtek/rtw88/ |
D | wow.c | 57 ieee80211_report_wowlan_wakeup(rtwdev->wow.wow_vif, NULL, in rtw_wow_show_wakeup_reason() 61 ieee80211_report_wowlan_wakeup(rtwdev->wow.wow_vif, &wakeup, in rtw_wow_show_wakeup_reason() 255 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_wow_pattern_write() 265 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_wow_pattern_clear() 275 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_wow_bb_stop() 290 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_wow_bb_start() 355 if (vif != rtwdev->wow.wow_vif) in rtw_wow_fw_security_type_iter() 389 struct ieee80211_vif *wow_vif = rtwdev->wow.wow_vif; in rtw_wow_fw_security_type() 476 struct ieee80211_vif *wow_vif = rtwdev->wow.wow_vif; in rtw_wow_config_wow_fw_rsvd_page() 491 struct ieee80211_vif *wow_vif = rtwdev->wow.wow_vif; in rtw_wow_config_normal_fw_rsvd_page() [all …]
|
D | wow.h | 41 struct ieee80211_vif *wow_vif = rtwdev->wow.wow_vif; in rtw_wow_mgd_linked() 49 struct ieee80211_vif *wow_vif = rtwdev->wow.wow_vif; in rtw_wow_no_link()
|
D | Makefile | 21 rtw88_core-$(CONFIG_PM) += wow.o
|
D | fw.c | 721 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_fw_set_disconnect_decision_cmd() 743 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_fw_set_wowlan_ctrl_cmd() 908 struct rtw_pno_request *pno_req = &rtwdev->wow.pno_req; in rtw_nlo_info_get() 963 struct rtw_pno_request *pno_req = &rtwdev->wow.pno_req; in rtw_cs_channel_info_get() 1024 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_lps_pg_info_get() 1251 struct rtw_wow_param *rtw_wow = &rtwdev->wow; in rtw_add_rsvd_page_pno() 1749 struct rtw_pno_request *rtw_pno_req = &rtwdev->wow.pno_req; in rtw_fw_channel_switch()
|
/linux-5.19.10/drivers/net/wireless/ath/ath9k/ |
D | ar9003_wow.c | 129 if (pattern_count >= ah->wow.max_patterns) in ath9k_hw_wow_apply_pattern() 151 ah->wow.wow_event_mask |= in ath9k_hw_wow_apply_pattern() 154 ah->wow.wow_event_mask2 |= in ath9k_hw_wow_apply_pattern() 200 val &= ah->wow.wow_event_mask; in ath9k_hw_wow_wakeup() 215 val &= ah->wow.wow_event_mask2; in ath9k_hw_wow_wakeup() 262 ah->wow.wow_event_mask = 0; in ath9k_hw_wow_wakeup() 263 ah->wow.wow_event_mask2 = 0; in ath9k_hw_wow_wakeup() 294 wow_event_mask = ah->wow.wow_event_mask; in ath9k_hw_wow_enable() 452 ah->wow.wow_event_mask = wow_event_mask; in ath9k_hw_wow_enable()
|
D | Makefile | 18 ath9k-$(CONFIG_ATH9K_WOW) += wow.o
|
D | hw.h | 971 struct ath9k_hw_wow wow; member
|
D | hw.c | 2686 ah->wow.max_patterns = MAX_NUM_PATTERN; in ath9k_hw_fill_cap_info() 2688 ah->wow.max_patterns = MAX_NUM_PATTERN_LEGACY; in ath9k_hw_fill_cap_info()
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | wow.c | 38 for (i = 0; i < ar->wow.max_num_patterns; i++) { in ath10k_wow_vif_cleanup() 479 reinit_completion(&ar->wow.wakeup_completed); in ath10k_wow_wakeup() 488 ret = wait_for_completion_timeout(&ar->wow.wakeup_completed, 3 * HZ); in ath10k_wow_wakeup() 623 ar->wow.wowlan_support = ath10k_wowlan_support; in ath10k_wow_init() 626 ar->wow.wowlan_support.pattern_max_len -= WOW_MAX_REDUCE; in ath10k_wow_init() 627 ar->wow.wowlan_support.max_pkt_offset -= WOW_MAX_REDUCE; in ath10k_wow_init() 631 ar->wow.wowlan_support.flags |= WIPHY_WOWLAN_NET_DETECT; in ath10k_wow_init() 632 ar->wow.wowlan_support.max_nd_match_sets = WMI_PNO_MAX_SUPP_NETWORKS; in ath10k_wow_init() 635 ar->wow.wowlan_support.n_patterns = ar->wow.max_num_patterns; in ath10k_wow_init() 636 ar->hw->wiphy->wowlan = &ar->wow.wowlan_support; in ath10k_wow_init()
|
D | Makefile | 23 ath10k_core-$(CONFIG_PM) += wow.o
|
D | core.h | 1264 struct ath10k_wow wow; member
|
D | core.c | 2676 ar->wow.max_num_patterns = TARGET_TLV_NUM_WOW_PATTERNS; in ath10k_core_init_firmware_features() 3582 init_completion(&ar->wow.wakeup_completed); in ath10k_core_create()
|
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | wow.c | 70 reinit_completion(&ab->wow.wakeup_completed); in ath11k_wow_wakeup() 79 ret = wait_for_completion_timeout(&ab->wow.wakeup_completed, 3 * HZ); in ath11k_wow_wakeup() 102 for (i = 0; i < ar->wow.max_num_patterns; i++) { in ath11k_wow_vif_cleanup() 850 ar->wow.wowlan_support = ath11k_wowlan_support; in ath11k_wow_init() 854 ar->wow.wowlan_support.pattern_max_len -= WOW_MAX_REDUCE; in ath11k_wow_init() 855 ar->wow.wowlan_support.max_pkt_offset -= WOW_MAX_REDUCE; in ath11k_wow_init() 859 ar->wow.wowlan_support.flags |= WIPHY_WOWLAN_NET_DETECT; in ath11k_wow_init() 860 ar->wow.wowlan_support.max_nd_match_sets = WMI_PNO_MAX_SUPP_NETWORKS; in ath11k_wow_init() 863 ar->wow.max_num_patterns = ATH11K_WOW_PATTERNS; in ath11k_wow_init() 864 ar->wow.wowlan_support.n_patterns = ar->wow.max_num_patterns; in ath11k_wow_init() [all …]
|
D | Makefile | 27 ath11k-$(CONFIG_PM) += wow.o
|
D | core.h | 684 struct ath11k_wow wow; member 840 } wow; member
|
/linux-5.19.10/drivers/net/wireless/ath/ath6kl/ |
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.c | 1906 struct cfg80211_wowlan *wow, u32 *filter) in ath6kl_wow_usr() argument 1913 for (i = 0; i < wow->n_patterns; i++) { in ath6kl_wow_usr() 1923 for (pos = 0; pos < wow->patterns[i].pattern_len; pos++) { in ath6kl_wow_usr() 1924 if (wow->patterns[i].mask[pos / 8] & (0x1 << (pos % 8))) in ath6kl_wow_usr() 1935 wow->patterns[i].pattern_len, in ath6kl_wow_usr() 1937 wow->patterns[i].pattern, mask); in ath6kl_wow_usr() 1942 if (wow->disconnect) in ath6kl_wow_usr() 1945 if (wow->magic_pkt) in ath6kl_wow_usr() 1948 if (wow->gtk_rekey_failure) in ath6kl_wow_usr() 1951 if (wow->eap_identity_req) in ath6kl_wow_usr() [all …]
|
D | cfg80211.h | 51 struct cfg80211_wowlan *wow);
|
D | hif.h | 244 int (*suspend)(struct ath6kl *ar, struct cfg80211_wowlan *wow);
|
D | sdio.c | 861 static int ath6kl_sdio_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow) in ath6kl_sdio_suspend() argument 870 (!ar->suspend_mode && wow)) { in ath6kl_sdio_suspend() 875 ret = ath6kl_cfg80211_suspend(ar, ATH6KL_CFG_SUSPEND_WOW, wow); in ath6kl_sdio_suspend()
|
D | usb.c | 1077 static int ath6kl_usb_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow) in ath6kl_usb_suspend() argument
|
/linux-5.19.10/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 420 struct cfg80211_wowlan *wow) in _rtl_add_wowlan_patterns() argument 424 struct cfg80211_pkt_pattern *patterns = wow->patterns; in _rtl_add_wowlan_patterns() 435 for (i = 0; i < wow->n_patterns; i++) { in _rtl_add_wowlan_patterns() 526 rtl_write_byte(rtlpriv, 0x698, wow->n_patterns); in _rtl_add_wowlan_patterns() 530 struct cfg80211_wowlan *wow) in rtl_op_suspend() argument 537 if (WARN_ON(!wow)) in rtl_op_suspend() 543 if ((ppsc->wo_wlan_mode & WAKE_ON_PATTERN_MATCH) && wow->n_patterns) in rtl_op_suspend() 544 _rtl_add_wowlan_patterns(hw, wow); in rtl_op_suspend()
|
/linux-5.19.10/drivers/net/wireless/ti/wlcore/ |
D | main.c | 1549 struct cfg80211_wowlan *wow) in wl1271_configure_wowlan() argument 1553 if (!wow || wow->any || !wow->n_patterns) { in wl1271_configure_wowlan() 1566 if (WARN_ON(wow->n_patterns > WL1271_MAX_RX_FILTERS)) in wl1271_configure_wowlan() 1570 for (i = 0; i < wow->n_patterns; i++) { in wl1271_configure_wowlan() 1571 ret = wl1271_validate_wowlan_pattern(&wow->patterns[i]); in wl1271_configure_wowlan() 1587 for (i = 0; i < wow->n_patterns; i++) { in wl1271_configure_wowlan() 1591 p = &wow->patterns[i]; in wl1271_configure_wowlan() 1615 struct cfg80211_wowlan *wow) in wl1271_configure_suspend_sta() argument 1622 ret = wl1271_configure_wowlan(wl, wow); in wl1271_configure_suspend_sta() 1645 struct cfg80211_wowlan *wow) in wl1271_configure_suspend_ap() argument [all …]
|
/linux-5.19.10/net/wireless/ |
D | trace.h | 244 TP_PROTO(struct wiphy *wiphy, struct cfg80211_wowlan *wow), 245 TP_ARGS(wiphy, wow), 259 if (wow) { 260 __entry->any = wow->any; 261 __entry->disconnect = wow->disconnect; 262 __entry->magic_pkt = wow->magic_pkt; 263 __entry->gtk_rekey_failure = wow->gtk_rekey_failure; 264 __entry->eap_identity_req = wow->eap_identity_req; 265 __entry->four_way_handshake = wow->four_way_handshake; 266 __entry->rfkill_release = wow->rfkill_release;
|
/linux-5.19.10/drivers/net/wireless/microchip/wilc1000/ |
D | cfg80211.c | 1557 static int wilc_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wow) in wilc_suspend() argument 1561 if (!wow && wilc_wlan_get_num_conn_ifcs(wl)) in wilc_suspend()
|