Deleted Added
full compact
ieee80211_ht.h (183245) ieee80211_ht.h (183250)
1/*-
2 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 *
1/*-
2 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 8 unchanged lines hidden (view full) ---

17 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24 *
25 * $FreeBSD: head/sys/net80211/ieee80211_ht.h 183245 2008-09-21 22:22:28Z sam $
25 * $FreeBSD: head/sys/net80211/ieee80211_ht.h 183250 2008-09-21 23:20:04Z sam $
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

--- 144 unchanged lines hidden (view full) ---

178void ieee80211_ht_timeout(struct ieee80211com *);
179void ieee80211_parse_htcap(struct ieee80211_node *, const uint8_t *);
180void ieee80211_parse_htinfo(struct ieee80211_node *, const uint8_t *);
181void ieee80211_recv_action(struct ieee80211_node *,
182 const uint8_t *, const uint8_t *);
183int ieee80211_ampdu_request(struct ieee80211_node *,
184 struct ieee80211_tx_ampdu *);
185void ieee80211_ampdu_stop(struct ieee80211_node *,
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

--- 144 unchanged lines hidden (view full) ---

178void ieee80211_ht_timeout(struct ieee80211com *);
179void ieee80211_parse_htcap(struct ieee80211_node *, const uint8_t *);
180void ieee80211_parse_htinfo(struct ieee80211_node *, const uint8_t *);
181void ieee80211_recv_action(struct ieee80211_node *,
182 const uint8_t *, const uint8_t *);
183int ieee80211_ampdu_request(struct ieee80211_node *,
184 struct ieee80211_tx_ampdu *);
185void ieee80211_ampdu_stop(struct ieee80211_node *,
186 struct ieee80211_tx_ampdu *);
186 struct ieee80211_tx_ampdu *, int);
187int ieee80211_send_bar(struct ieee80211_node *,
188 const struct ieee80211_tx_ampdu *);
189int ieee80211_send_action(struct ieee80211_node *,
190 int, int, uint16_t [4]);
191uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
192uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
193uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
194uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
195struct ieee80211_beacon_offsets;
196void ieee80211_ht_update_beacon(struct ieee80211vap *,
197 struct ieee80211_beacon_offsets *);
198#endif /* _NET80211_IEEE80211_HT_H_ */
187int ieee80211_send_bar(struct ieee80211_node *,
188 const struct ieee80211_tx_ampdu *);
189int ieee80211_send_action(struct ieee80211_node *,
190 int, int, uint16_t [4]);
191uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
192uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
193uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
194uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
195struct ieee80211_beacon_offsets;
196void ieee80211_ht_update_beacon(struct ieee80211vap *,
197 struct ieee80211_beacon_offsets *);
198#endif /* _NET80211_IEEE80211_HT_H_ */