11558Srgrimes/*-
21558Srgrimes * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
31558Srgrimes *
41558Srgrimes * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
51558Srgrimes * All rights reserved.
61558Srgrimes *
71558Srgrimes * Redistribution and use in source and binary forms, with or without
81558Srgrimes * modification, are permitted provided that the following conditions
91558Srgrimes * are met:
101558Srgrimes * 1. Redistributions of source code must retain the above copyright
111558Srgrimes *    notice, this list of conditions and the following disclaimer.
121558Srgrimes * 2. Redistributions in binary form must reproduce the above copyright
131558Srgrimes *    notice, this list of conditions and the following disclaimer in the
141558Srgrimes *    documentation and/or other materials provided with the distribution.
151558Srgrimes *
161558Srgrimes * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
171558Srgrimes * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
181558Srgrimes * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
191558Srgrimes * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
201558Srgrimes * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
211558Srgrimes * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
221558Srgrimes * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
231558Srgrimes * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
241558Srgrimes * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
251558Srgrimes * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
261558Srgrimes *
271558Srgrimes * $FreeBSD: releng/12.0/sys/net80211/ieee80211_wds.h 326272 2017-11-27 15:23:17Z pfg $
281558Srgrimes */
291558Srgrimes#ifndef _NET80211_IEEE80211_WDS_H_
30114589Sobrien#define _NET80211_IEEE80211_WDS_H_
311558Srgrimes
3238036Scharnier/*
331558Srgrimes * WDS implementation definitions.
341558Srgrimes */
351558Srgrimesvoid	ieee80211_wds_attach(struct ieee80211com *);
361558Srgrimesvoid	ieee80211_wds_detach(struct ieee80211com *);
371558Srgrimes
3841684Sbdevoid	ieee80211_dwds_mcast(struct ieee80211vap *, struct mbuf *);
39114589Sobrienvoid	ieee80211_dwds_discover(struct ieee80211_node *, struct mbuf *);
4038036Scharnierint	ieee80211_node_wdsq_age(struct ieee80211_node *);
41114589Sobrien#endif /* !_NET80211_IEEE80211_WDS_H_ */
42114589Sobrien