Searched defs:wowlan (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/net/mac80211/
H A Dpm.c21 int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
[all...]
H A Ddriver-ops.h94 drv_suspend(struct ieee80211_local *local, struct cfg80211_wowlan *wowlan) argument
H A Dcfg.c2814 ieee80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dwow.c33 ath9k_wow_map_triggers(struct ath_softc *sc, struct cfg80211_wowlan *wowlan) argument
138 ath9k_wow_add_pattern(struct ath_softc *sc, struct cfg80211_wowlan *wowlan) argument
167 ath9k_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dpm.c157 int cw1200_wow_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwow.c337 ath11k_vif_wow_set_wakeups(struct ath11k_vif *arvif, struct cfg80211_wowlan *wowlan) argument
463 ath11k_wow_set_wakeups(struct ath11k *ar, struct cfg80211_wowlan *wowlan) argument
669 ath11k_wow_op_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwow.c266 ath10k_vif_wow_set_wakeups(struct ath10k_vif *arvif, struct cfg80211_wowlan *wowlan) argument
386 ath10k_wow_set_wakeups(struct ath10k *ar, struct cfg80211_wowlan *wowlan) argument
498 ath10k_wow_op_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dcore.h95 struct wiphy_wowlan_support *wowlan; member in struct:qtnf_mac_info
H A Dcfg80211.c940 static int qtnf_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) argument
H A Dcommands.c1017 const struct qlink_wowlan_capab_data *wowlan; local
977 qtnf_parse_wowlan_info(struct qtnf_wmac *mac, const struct qlink_wowlan_capab_data *wowlan) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dwow.c288 rtw89_wow_parse_patterns(struct rtw89_dev *rtwdev, struct rtw89_vif *rtwvif, struct cfg80211_wowlan *wowlan) argument
364 rtw89_wow_set_wakeups(struct rtw89_dev *rtwdev, struct cfg80211_wowlan *wowlan) argument
793 rtw89_wow_suspend(struct rtw89_dev *rtwdev, struct cfg80211_wowlan *wowlan) argument
[all...]
H A Dmac80211.c1063 rtw89_ops_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dwow.c803 rtw_wow_set_wakeups(struct rtw_dev *rtwdev, struct cfg80211_wowlan *wowlan) argument
850 rtw_wow_suspend(struct rtw_dev *rtwdev, struct cfg80211_wowlan *wowlan) argument
[all...]
H A Dmac80211.c818 rtw_ops_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c994 iwlagn_send_patterns(struct iwl_priv *priv, struct cfg80211_wowlan *wowlan) argument
1034 iwlagn_suspend(struct iwl_priv *priv, struct cfg80211_wowlan *wowlan) argument
[all...]
H A Dmac80211.c355 iwlagn_mac_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c1242 mt7615_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c1095 mt7925_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
H A Dmcu.c259 struct cfg80211_wowlan *wowlan = hw->wiphy->wowlan_config; local
165 mt7925_connac_mcu_set_wow_ctrl(struct mt76_phy *phy, struct ieee80211_vif *vif, bool suspend, struct cfg80211_wowlan *wowlan) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1070 mt7921_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c1861 int rsi_config_wowlan(struct rsi_hw *adapter, struct cfg80211_wowlan *wowlan) argument
1841 rsi_wow_map_triggers(struct rsi_common *common, struct cfg80211_wowlan *wowlan) argument
1910 rsi_mac80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
[all...]
/linux-master/net/wireless/
H A Drdev-ops.h15 rdev_suspend(struct cfg80211_registered_device *rdev, struct cfg80211_wowlan *wowlan) argument
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3337 mwifiex_set_wowlan_mef_entry(struct mwifiex_private *priv, struct mwifiex_ds_mef_cfg *mef_cfg, struct mwifiex_mef_entry *mef_entry, struct cfg80211_wowlan *wowlan) argument
3420 mwifiex_set_mef_filter(struct mwifiex_private *priv, struct cfg80211_wowlan *wowlan) argument
3463 mwifiex_cfg80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) argument
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c2557 struct cfg80211_wowlan *wowlan = hw->wiphy->wowlan_config; local
2463 mt76_connac_mcu_set_wow_ctrl(struct mt76_phy *phy, struct ieee80211_vif *vif, bool suspend, struct cfg80211_wowlan *wowlan) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c628 iwl_mvm_send_patterns_v1(struct iwl_mvm *mvm, struct cfg80211_wowlan *wowlan) argument
668 iwl_mvm_send_patterns(struct iwl_mvm *mvm, struct iwl_mvm_vif_link_info *mvm_link, struct cfg80211_wowlan *wowlan) argument
914 iwl_mvm_get_wowlan_config(struct iwl_mvm *mvm, struct cfg80211_wowlan *wowlan, struct iwl_wowlan_config_cmd *wowlan_config_cmd, struct ieee80211_vif *vif, struct iwl_mvm_vif *mvmvif, struct ieee80211_sta *ap_sta) argument
1114 iwl_mvm_wowlan_config(struct iwl_mvm *mvm, struct cfg80211_wowlan *wowlan, struct iwl_wowlan_config_cmd *wowlan_config_cmd, struct ieee80211_vif *vif, struct iwl_mvm_vif *mvmvif, struct iwl_mvm_vif_link_info *mvm_link, struct ieee80211_sta *ap_sta) argument
1159 iwl_mvm_netdetect_config(struct iwl_mvm *mvm, struct cfg80211_wowlan *wowlan, struct cfg80211_sched_scan_request *nd_config, struct ieee80211_vif *vif) argument
1222 __iwl_mvm_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan, bool test) argument
1404 iwl_mvm_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan) argument
[all...]

Completed in 792 milliseconds

12