linux/drivers/net/wireless/ath/ath10k/p2p.c

// SPDX-License-Identifier: ISC
/*
 * Copyright (c) 2015 Qualcomm Atheros, Inc.
 */

#include "core.h"
#include "wmi.h"
#include "mac.h"
#include "p2p.h"

static void ath10k_p2p_noa_ie_fill(u8 *data, size_t len,
				   const struct wmi_p2p_noa_info *noa)
{}

static size_t ath10k_p2p_noa_ie_len_compute(const struct wmi_p2p_noa_info *noa)
{}

static void ath10k_p2p_noa_ie_assign(struct ath10k_vif *arvif, void *ie,
				     size_t len)
{}

static void __ath10k_p2p_noa_update(struct ath10k_vif *arvif,
				    const struct wmi_p2p_noa_info *noa)
{}

void ath10k_p2p_noa_update(struct ath10k_vif *arvif,
			   const struct wmi_p2p_noa_info *noa)
{}

struct ath10k_p2p_noa_arg {};

static void ath10k_p2p_noa_update_vdev_iter(void *data, u8 *mac,
					    struct ieee80211_vif *vif)
{}

void ath10k_p2p_noa_update_by_vdev_id(struct ath10k *ar, u32 vdev_id,
				      const struct wmi_p2p_noa_info *noa)
{}