Deleted Added
full compact
ieee80211_ioctl.h (195618) ieee80211_ioctl.h (195757)
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_ioctl.h 195618 2009-07-11 15:02:45Z rpaulo $
26 * $FreeBSD: head/sys/net80211/ieee80211_ioctl.h 195757 2009-07-18 20:19:53Z sam $
27 */
28#ifndef _NET80211_IEEE80211_IOCTL_H_
29#define _NET80211_IEEE80211_IOCTL_H_
30
31/*
32 * IEEE 802.11 ioctls.
33 */
34#include <net80211/_ieee80211.h>

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

230 uint32_t is_mesh_fwd_nobuf; /* mesh not fwd'd 'cuz no mbuf*/
231 uint32_t is_mesh_fwd_tooshort; /* mesh not fwd'd 'cuz no hdr */
232 uint32_t is_mesh_fwd_disabled; /* mesh not fwd'd 'cuz disabled */
233 uint32_t is_mesh_fwd_nopath; /* mesh not fwd'd 'cuz path unknown */
234
235 uint32_t is_hwmp_wrongseq; /* wrong hwmp seq no. */
236 uint32_t is_hwmp_rootreqs; /* root PREQs sent */
237 uint32_t is_hwmp_rootrann; /* root RANNs sent */
27 */
28#ifndef _NET80211_IEEE80211_IOCTL_H_
29#define _NET80211_IEEE80211_IOCTL_H_
30
31/*
32 * IEEE 802.11 ioctls.
33 */
34#include <net80211/_ieee80211.h>

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

230 uint32_t is_mesh_fwd_nobuf; /* mesh not fwd'd 'cuz no mbuf*/
231 uint32_t is_mesh_fwd_tooshort; /* mesh not fwd'd 'cuz no hdr */
232 uint32_t is_mesh_fwd_disabled; /* mesh not fwd'd 'cuz disabled */
233 uint32_t is_mesh_fwd_nopath; /* mesh not fwd'd 'cuz path unknown */
234
235 uint32_t is_hwmp_wrongseq; /* wrong hwmp seq no. */
236 uint32_t is_hwmp_rootreqs; /* root PREQs sent */
237 uint32_t is_hwmp_rootrann; /* root RANNs sent */
238 uint32_t is_rx_badalign; /* dropped 'cuz misaligned */
238
239
239 uint32_t is_spare[16];
240 uint32_t is_spare[15];
240};
241
242/*
243 * Max size of optional information elements. We artificially
244 * constrain this; it's limited only by the max frame size (and
245 * the max parameter size of the wireless extensions).
246 */
247#define IEEE80211_MAX_OPT_IE 256

--- 583 unchanged lines hidden ---
241};
242
243/*
244 * Max size of optional information elements. We artificially
245 * constrain this; it's limited only by the max frame size (and
246 * the max parameter size of the wireless extensions).
247 */
248#define IEEE80211_MAX_OPT_IE 256

--- 583 unchanged lines hidden ---