Deleted Added
full compact
ieee80211_ht.h (193239) ieee80211_ht.h (195377)
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 193239 2009-06-01 16:36:28Z sam $
25 * $FreeBSD: head/sys/net80211/ieee80211_ht.h 195377 2009-07-05 17:59:19Z sam $
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

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

181void ieee80211_ht_node_leave(struct ieee80211_node *);
182void ieee80211_htprot_update(struct ieee80211com *, int protmode);
183void ieee80211_ht_timeout(struct ieee80211com *);
184void ieee80211_parse_htcap(struct ieee80211_node *, const uint8_t *);
185void ieee80211_parse_htinfo(struct ieee80211_node *, const uint8_t *);
186void ieee80211_ht_updateparams(struct ieee80211_node *, const uint8_t *,
187 const uint8_t *);
188void ieee80211_ht_updatehtcap(struct ieee80211_node *, const uint8_t *);
26 */
27#ifndef _NET80211_IEEE80211_HT_H_
28#define _NET80211_IEEE80211_HT_H_
29
30/*
31 * 802.11n protocol implementation definitions.
32 */
33

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

181void ieee80211_ht_node_leave(struct ieee80211_node *);
182void ieee80211_htprot_update(struct ieee80211com *, int protmode);
183void ieee80211_ht_timeout(struct ieee80211com *);
184void ieee80211_parse_htcap(struct ieee80211_node *, const uint8_t *);
185void ieee80211_parse_htinfo(struct ieee80211_node *, const uint8_t *);
186void ieee80211_ht_updateparams(struct ieee80211_node *, const uint8_t *,
187 const uint8_t *);
188void ieee80211_ht_updatehtcap(struct ieee80211_node *, const uint8_t *);
189void ieee80211_recv_action(struct ieee80211_node *,
190 const uint8_t *, const uint8_t *);
191int ieee80211_ampdu_request(struct ieee80211_node *,
192 struct ieee80211_tx_ampdu *);
193void ieee80211_ampdu_stop(struct ieee80211_node *,
194 struct ieee80211_tx_ampdu *, int);
195int ieee80211_send_bar(struct ieee80211_node *, struct ieee80211_tx_ampdu *,
196 ieee80211_seq);
189int ieee80211_ampdu_request(struct ieee80211_node *,
190 struct ieee80211_tx_ampdu *);
191void ieee80211_ampdu_stop(struct ieee80211_node *,
192 struct ieee80211_tx_ampdu *, int);
193int ieee80211_send_bar(struct ieee80211_node *, struct ieee80211_tx_ampdu *,
194 ieee80211_seq);
197int ieee80211_send_action(struct ieee80211_node *,
198 int, int, uint16_t [4]);
199uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
200uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
201uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
202uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
203struct ieee80211_beacon_offsets;
204void ieee80211_ht_update_beacon(struct ieee80211vap *,
205 struct ieee80211_beacon_offsets *);
206#endif /* _NET80211_IEEE80211_HT_H_ */
195uint8_t *ieee80211_add_htcap(uint8_t *, struct ieee80211_node *);
196uint8_t *ieee80211_add_htcap_vendor(uint8_t *, struct ieee80211_node *);
197uint8_t *ieee80211_add_htinfo(uint8_t *, struct ieee80211_node *);
198uint8_t *ieee80211_add_htinfo_vendor(uint8_t *, struct ieee80211_node *);
199struct ieee80211_beacon_offsets;
200void ieee80211_ht_update_beacon(struct ieee80211vap *,
201 struct ieee80211_beacon_offsets *);
202#endif /* _NET80211_IEEE80211_HT_H_ */