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

// SPDX-License-Identifier: ISC
/*
 * Copyright (c) 2014-2017 Qualcomm Atheros, Inc.
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 */

#include "wil6210.h"
#include "wmi.h"

#define P2P_WILDCARD_SSID
#define P2P_DMG_SOCIAL_CHANNEL
#define P2P_SEARCH_DURATION_MS
#define P2P_DEFAULT_BI

static int wil_p2p_start_listen(struct wil6210_vif *vif)
{}

bool wil_p2p_is_social_scan(struct cfg80211_scan_request *request)
{}

int wil_p2p_search(struct wil6210_vif *vif,
		   struct cfg80211_scan_request *request)
{}

int wil_p2p_listen(struct wil6210_priv *wil, struct wireless_dev *wdev,
		   unsigned int duration, struct ieee80211_channel *chan,
		   u64 *cookie)
{}

u8 wil_p2p_stop_discovery(struct wil6210_vif *vif)
{}

int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie)
{}

void wil_p2p_listen_expired(struct work_struct *work)
{}

void wil_p2p_search_expired(struct work_struct *work)
{}

void wil_p2p_delayed_listen_work(struct work_struct *work)
{}

void wil_p2p_stop_radio_operations(struct wil6210_priv *wil)
{}