xref: /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/wow.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
262306a36Sopenharmony_ci/* Copyright(c) 2019-2022  Realtek Corporation
362306a36Sopenharmony_ci */
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci#ifndef __RTW89_WOW_H__
662306a36Sopenharmony_ci#define __RTW89_WOW_H__
762306a36Sopenharmony_ci
862306a36Sopenharmony_cienum rtw89_wake_reason {
962306a36Sopenharmony_ci	RTW89_WOW_RSN_RX_PTK_REKEY = 0x1,
1062306a36Sopenharmony_ci	RTW89_WOW_RSN_RX_GTK_REKEY = 0x2,
1162306a36Sopenharmony_ci	RTW89_WOW_RSN_RX_DEAUTH = 0x8,
1262306a36Sopenharmony_ci	RTW89_WOW_RSN_DISCONNECT = 0x10,
1362306a36Sopenharmony_ci	RTW89_WOW_RSN_RX_MAGIC_PKT = 0x21,
1462306a36Sopenharmony_ci	RTW89_WOW_RSN_RX_PATTERN_MATCH = 0x23,
1562306a36Sopenharmony_ci	RTW89_WOW_RSN_RX_NLO = 0x55,
1662306a36Sopenharmony_ci};
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciint rtw89_wow_suspend(struct rtw89_dev *rtwdev, struct cfg80211_wowlan *wowlan);
1962306a36Sopenharmony_ciint rtw89_wow_resume(struct rtw89_dev *rtwdev);
2062306a36Sopenharmony_ci
2162306a36Sopenharmony_ci#endif
22

Indexes created Thu Nov 07 10:32:03 CST 2024