Deleted Added
full compact
ieee80211_node.h (139530) ieee80211_node.h (140441)
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2005 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:

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

24 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 *
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2005 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:

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

24 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 *
32 * $FreeBSD: head/sys/net80211/ieee80211_node.h 139530 2004-12-31 22:42:38Z sam $
32 * $FreeBSD: head/sys/net80211/ieee80211_node.h 140441 2005-01-18 19:59:40Z sam $
33 */
34#ifndef _NET80211_IEEE80211_NODE_H_
35#define _NET80211_IEEE80211_NODE_H_
36
37#include <net80211/ieee80211_ioctl.h> /* for ieee80211_nodestats */
38
39/*
40 * Each ieee80211com instance has a single timer that fires once a

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

184extern void ieee80211_node_unauthorize(struct ieee80211com *,
185 struct ieee80211_node *);
186
187extern void ieee80211_begin_scan(struct ieee80211com *, int);
188extern int ieee80211_next_scan(struct ieee80211com *);
189extern void ieee80211_create_ibss(struct ieee80211com*,
190 struct ieee80211_channel *);
191extern void ieee80211_reset_bss(struct ieee80211com *);
33 */
34#ifndef _NET80211_IEEE80211_NODE_H_
35#define _NET80211_IEEE80211_NODE_H_
36
37#include <net80211/ieee80211_ioctl.h> /* for ieee80211_nodestats */
38
39/*
40 * Each ieee80211com instance has a single timer that fires once a

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

184extern void ieee80211_node_unauthorize(struct ieee80211com *,
185 struct ieee80211_node *);
186
187extern void ieee80211_begin_scan(struct ieee80211com *, int);
188extern int ieee80211_next_scan(struct ieee80211com *);
189extern void ieee80211_create_ibss(struct ieee80211com*,
190 struct ieee80211_channel *);
191extern void ieee80211_reset_bss(struct ieee80211com *);
192extern void ieee80211_cancel_scan(struct ieee80211com *);
192extern void ieee80211_end_scan(struct ieee80211com *);
193extern int ieee80211_ibss_merge(struct ieee80211com *,
194 struct ieee80211_node *);
195extern int ieee80211_sta_join(struct ieee80211com *,
196 struct ieee80211_node *);
197extern void ieee80211_sta_leave(struct ieee80211com *,
198 struct ieee80211_node *);
199

--- 90 unchanged lines hidden ---
193extern void ieee80211_end_scan(struct ieee80211com *);
194extern int ieee80211_ibss_merge(struct ieee80211com *,
195 struct ieee80211_node *);
196extern int ieee80211_sta_join(struct ieee80211com *,
197 struct ieee80211_node *);
198extern void ieee80211_sta_leave(struct ieee80211com *,
199 struct ieee80211_node *);
200

--- 90 unchanged lines hidden ---