summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-08-26 09:52:05 +0000
committeradrian <adrian@FreeBSD.org>2013-08-26 09:52:05 +0000
commitce40cb7097e047f57e790a30bd01abeb620b57e8 (patch)
tree18bb416de2e6e62ea19d05364dcbe51e60ac770d /sys/net80211/ieee80211_proto.h
parentb34d889a8e8f1965dd3ff78a3e7f5d22d2a6e372 (diff)
downloadFreeBSD-src-ce40cb7097e047f57e790a30bd01abeb620b57e8.zip
FreeBSD-src-ce40cb7097e047f57e790a30bd01abeb620b57e8.tar.gz
Migrate the ff_encap1() routine out into the normal output code.
This will eventually be used by the A-MSDU encapsulation code that I'm writing - the sub-frame encapsulation requirement is the same.
Diffstat (limited to 'sys/net80211/ieee80211_proto.h')
-rw-r--r--sys/net80211/ieee80211_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h
index ae21087..b8f25da 100644
--- a/sys/net80211/ieee80211_proto.h
+++ b/sys/net80211/ieee80211_proto.h
@@ -125,6 +125,9 @@ int ieee80211_send_probereq(struct ieee80211_node *ni,
const uint8_t da[IEEE80211_ADDR_LEN],
const uint8_t bssid[IEEE80211_ADDR_LEN],
const uint8_t *ssid, size_t ssidlen);
+struct mbuf * ieee80211_ff_encap1(struct ieee80211vap *, struct mbuf *,
+ const struct ether_header *);
+
/*
* The formation of ProbeResponse frames requires guidance to
* deal with legacy clients. When the client is identified as
OpenPOWER on IntegriCloud