• Home
  • Raw
  • Download

Lines Matching refs:wakeup

1127 	struct cfg80211_wowlan_wakeup wakeup = {  in iwl_mvm_report_wakeup_reasons()  local
1130 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons()
1141 wakeup.magic_pkt = true; in iwl_mvm_report_wakeup_reasons()
1144 wakeup.pattern_idx = in iwl_mvm_report_wakeup_reasons()
1149 wakeup.disconnect = true; in iwl_mvm_report_wakeup_reasons()
1152 wakeup.gtk_rekey_failure = true; in iwl_mvm_report_wakeup_reasons()
1155 wakeup.rfkill_release = true; in iwl_mvm_report_wakeup_reasons()
1158 wakeup.eap_identity_req = true; in iwl_mvm_report_wakeup_reasons()
1161 wakeup.four_way_handshake = true; in iwl_mvm_report_wakeup_reasons()
1164 wakeup.tcp_connlost = true; in iwl_mvm_report_wakeup_reasons()
1167 wakeup.tcp_nomoretokens = true; in iwl_mvm_report_wakeup_reasons()
1170 wakeup.tcp_match = true; in iwl_mvm_report_wakeup_reasons()
1227 wakeup.packet = pkt->data; in iwl_mvm_report_wakeup_reasons()
1228 wakeup.packet_present_len = pkt->len; in iwl_mvm_report_wakeup_reasons()
1229 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1230 wakeup.packet_80211 = false; in iwl_mvm_report_wakeup_reasons()
1242 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
1243 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
1244 wakeup.packet_len = pktlen - truncated; in iwl_mvm_report_wakeup_reasons()
1245 wakeup.packet_80211 = true; in iwl_mvm_report_wakeup_reasons()
1802 struct cfg80211_wowlan_wakeup wakeup = { in iwl_mvm_query_netdetect_reasons() local
1805 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons()
1819 wakeup.rfkill_release = true; in iwl_mvm_query_netdetect_reasons()
1871 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()
1911 struct cfg80211_wowlan_wakeup wakeup = { in iwl_mvm_check_rt_status() local
1914 ieee80211_report_wowlan_wakeup(vif, &wakeup, GFP_KERNEL); in iwl_mvm_check_rt_status()