Lines Matching refs:wakeup
1205 struct cfg80211_wowlan_wakeup wakeup = { in iwl_mvm_report_wakeup_reasons() local
1208 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_report_wakeup_reasons()
1217 wakeup.magic_pkt = true; in iwl_mvm_report_wakeup_reasons()
1220 wakeup.pattern_idx = in iwl_mvm_report_wakeup_reasons()
1225 wakeup.disconnect = true; in iwl_mvm_report_wakeup_reasons()
1228 wakeup.gtk_rekey_failure = true; in iwl_mvm_report_wakeup_reasons()
1231 wakeup.rfkill_release = true; in iwl_mvm_report_wakeup_reasons()
1234 wakeup.eap_identity_req = true; in iwl_mvm_report_wakeup_reasons()
1237 wakeup.four_way_handshake = true; in iwl_mvm_report_wakeup_reasons()
1240 wakeup.tcp_connlost = true; in iwl_mvm_report_wakeup_reasons()
1243 wakeup.tcp_nomoretokens = true; in iwl_mvm_report_wakeup_reasons()
1246 wakeup.tcp_match = true; in iwl_mvm_report_wakeup_reasons()
1303 wakeup.packet = pkt->data; in iwl_mvm_report_wakeup_reasons()
1304 wakeup.packet_present_len = pkt->len; in iwl_mvm_report_wakeup_reasons()
1305 wakeup.packet_len = pkt->len - truncated; in iwl_mvm_report_wakeup_reasons()
1306 wakeup.packet_80211 = false; in iwl_mvm_report_wakeup_reasons()
1318 wakeup.packet = status->wake_packet; in iwl_mvm_report_wakeup_reasons()
1319 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
1320 wakeup.packet_len = pktlen - truncated; in iwl_mvm_report_wakeup_reasons()
1321 wakeup.packet_80211 = true; in iwl_mvm_report_wakeup_reasons()
1581 struct cfg80211_wowlan_wakeup wakeup = { in iwl_mvm_get_wakeup_status() local
1584 ieee80211_report_wowlan_wakeup(vif, &wakeup, in iwl_mvm_get_wakeup_status()
1742 struct cfg80211_wowlan_wakeup wakeup = { in iwl_mvm_query_netdetect_reasons() local
1745 struct cfg80211_wowlan_wakeup *wakeup_report = &wakeup; in iwl_mvm_query_netdetect_reasons()
1759 wakeup.rfkill_release = true; in iwl_mvm_query_netdetect_reasons()
1816 wakeup.net_detect = net_detect; in iwl_mvm_query_netdetect_reasons()