Lines Matching full:reasons

1484 	u32 reasons = status->wakeup_reasons;  in iwl_mvm_report_wakeup_reasons()  local
1486 if (reasons == IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) { in iwl_mvm_report_wakeup_reasons()
1493 if (reasons & IWL_WOWLAN_WAKEUP_BY_MAGIC_PACKET) in iwl_mvm_report_wakeup_reasons()
1496 if (reasons & IWL_WOWLAN_WAKEUP_BY_PATTERN) in iwl_mvm_report_wakeup_reasons()
1500 if (reasons & (IWL_WOWLAN_WAKEUP_BY_DISCONNECTION_ON_MISSED_BEACON | in iwl_mvm_report_wakeup_reasons()
1505 if (reasons & IWL_WOWLAN_WAKEUP_BY_GTK_REKEY_FAILURE) in iwl_mvm_report_wakeup_reasons()
1508 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mvm_report_wakeup_reasons()
1511 if (reasons & IWL_WOWLAN_WAKEUP_BY_EAPOL_REQUEST) in iwl_mvm_report_wakeup_reasons()
1514 if (reasons & IWL_WOWLAN_WAKEUP_BY_FOUR_WAY_HANDSHAKE) in iwl_mvm_report_wakeup_reasons()
1517 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_LINK_LOSS) in iwl_mvm_report_wakeup_reasons()
1520 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_SIGNATURE_TABLE) in iwl_mvm_report_wakeup_reasons()
1523 if (reasons & IWL_WOWLAN_WAKEUP_BY_REM_WAKE_WAKEUP_PACKET) in iwl_mvm_report_wakeup_reasons()
1526 if (reasons & IWL_WAKEUP_BY_11W_UNPROTECTED_DEAUTH_OR_DISASSOC) in iwl_mvm_report_wakeup_reasons()
2752 u32 reasons = 0; in iwl_mvm_query_netdetect_reasons() local
2758 reasons = d3_data->status->wakeup_reasons; in iwl_mvm_query_netdetect_reasons()
2760 if (reasons & IWL_WOWLAN_WAKEUP_BY_RFKILL_DEASSERTED) in iwl_mvm_query_netdetect_reasons()
2763 if (reasons != IWL_WOWLAN_WAKEUP_BY_NON_WIRELESS) in iwl_mvm_query_netdetect_reasons()
3332 * fails, continue and try to get the wake-up reasons, in __iwl_mvm_resume()