Deleted Added
full compact
ieee80211_proto.h (198242) ieee80211_proto.h (199187)
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

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

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

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

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

310 uint8_t *bo_tim_trailer;/* start of fixed-size trailer */
311 uint16_t bo_tim_len; /* atim/dtim length in bytes */
312 uint16_t bo_tim_trailer_len;/* tim trailer length in bytes */
313 uint8_t *bo_erp; /* start of ERP element */
314 uint8_t *bo_htinfo; /* start of HT info element */
315 uint8_t *bo_ath; /* start of ATH parameters */
316 uint8_t *bo_appie; /* start of AppIE element */
317 uint16_t bo_appie_len; /* AppIE length in bytes */
27 */
28#ifndef _NET80211_IEEE80211_PROTO_H_
29#define _NET80211_IEEE80211_PROTO_H_
30
31/*
32 * 802.11 protocol implementation definitions.
33 */
34

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

310 uint8_t *bo_tim_trailer;/* start of fixed-size trailer */
311 uint16_t bo_tim_len; /* atim/dtim length in bytes */
312 uint16_t bo_tim_trailer_len;/* tim trailer length in bytes */
313 uint8_t *bo_erp; /* start of ERP element */
314 uint8_t *bo_htinfo; /* start of HT info element */
315 uint8_t *bo_ath; /* start of ATH parameters */
316 uint8_t *bo_appie; /* start of AppIE element */
317 uint16_t bo_appie_len; /* AppIE length in bytes */
318 uint16_t bo_csa_trailer_len;;
318 uint16_t bo_csa_trailer_len;
319 uint8_t *bo_csa; /* start of CSA element */
320 uint8_t *bo_meshconf; /* start of MESHCONF element */
321 uint8_t *bo_spare[3];
322};
323struct mbuf *ieee80211_beacon_alloc(struct ieee80211_node *,
324 struct ieee80211_beacon_offsets *);
325
326/*

--- 61 unchanged lines hidden ---
319 uint8_t *bo_csa; /* start of CSA element */
320 uint8_t *bo_meshconf; /* start of MESHCONF element */
321 uint8_t *bo_spare[3];
322};
323struct mbuf *ieee80211_beacon_alloc(struct ieee80211_node *,
324 struct ieee80211_beacon_offsets *);
325
326/*

--- 61 unchanged lines hidden ---