Lines Matching refs:wakeup

1208 	struct cfg80211_wowlan_wakeup wakeup = {  in iwl_mvm_report_wakeup_reasons()  local
1211 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons()
1220 wakeup.magic_pkt = true; in iwl_mvm_report_wakeup_reasons()
1223 wakeup.pattern_idx = in iwl_mvm_report_wakeup_reasons()
1228 wakeup.disconnect = true; in iwl_mvm_report_wakeup_reasons()
1231 wakeup.gtk_rekey_failure = true; in iwl_mvm_report_wakeup_reasons()
1234 wakeup.rfkill_release = true; in iwl_mvm_report_wakeup_reasons()
1237 wakeup.eap_identity_req = true; in iwl_mvm_report_wakeup_reasons()
1240 wakeup.four_way_handshake = true; in iwl_mvm_report_wakeup_reasons()
1243 wakeup.tcp_connlost = true; in iwl_mvm_report_wakeup_reasons()
1246 wakeup.tcp_nomoretokens = true; in iwl_mvm_report_wakeup_reasons()
1249 wakeup.tcp_match = true; in iwl_mvm_report_wakeup_reasons()
1306 wakeup.packet = pkt->data; in iwl_mvm_report_wakeup_reasons()
1307 wakeup.packet_present_len = pkt->len; in iwl_mvm_report_wakeup_reasons()
1308 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1309 wakeup.packet_80211 = false; in iwl_mvm_report_wakeup_reasons()
1321 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
1322 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
1323 wakeup.packet_len = pktlen - truncated; in iwl_mvm_report_wakeup_reasons()
1324 wakeup.packet_80211 = true; in iwl_mvm_report_wakeup_reasons()
1584 struct cfg80211_wowlan_wakeup wakeup = { in iwl_mvm_get_wakeup_status() local
1587 ieee80211_report_wowlan_wakeup(vif, &wakeup, in iwl_mvm_get_wakeup_status()
1745 struct cfg80211_wowlan_wakeup wakeup = { in iwl_mvm_query_netdetect_reasons() local
1748 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons()
1762 wakeup.rfkill_release = true; in iwl_mvm_query_netdetect_reasons()
1823 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()