xref: /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/p2p.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: ISC */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2015 Qualcomm Atheros, Inc.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef _P2P_H
78c2ecf20Sopenharmony_ci#define _P2P_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_cistruct ath10k_vif;
108c2ecf20Sopenharmony_cistruct wmi_p2p_noa_info;
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_civoid ath10k_p2p_noa_update(struct ath10k_vif *arvif,
138c2ecf20Sopenharmony_ci			   const struct wmi_p2p_noa_info *noa);
148c2ecf20Sopenharmony_civoid ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id,
158c2ecf20Sopenharmony_ci				      const struct wmi_p2p_noa_info *noa);
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif
18

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