sam 2008-09-22 00:22:09 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
SVN rev 183259 on 2008-09-22 00:22:09Z by sam
cleanup bss node setup; syncs w/ p4 state that's been in use for months
Revision ChangesPath
1.104
sam 2008-09-21 23:25:33 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c ieee80211_node.h
Log:
SVN rev 183251 on 2008-09-21 23:25:33Z by sam
Add current transmit parameters for fixed rate handling so drivers
don't duplicate this. These
sam 2008-09-06 17:51:02 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c ieee80211_sta.c
Log:
SVN rev 182834 on 2008-09-06 17:51:02Z by sam
make all checks if ni_chw consistent
Revision ChangesPath
1.100 +1 -1 src/sys/
sam 2008-08-18 01:16:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/net80211 ieee80211_node.c
Log:
SVN rev 181818 on 2008-08-18 01:16:04Z by sam
MFC r179640: correct code returned in AsssocResp
Revision ChangesPath
1.88.2.
sam 2008-06-07 17:51:41 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
SVN rev 179642 on 2008-06-07 17:51:41Z by sam
Split ieee80211_notify_erp into locked and unlocked variants
and use the locked version to handle the hostap inpu
sam 2008-06-07 17:50:24 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
SVN rev 179641 on 2008-06-07 17:50:24Z by sam
Fix node cleanup issues when the last reference is held by
the driver (e.g. in the tx q); ni_vap may not be valid
sam 2008-06-07 17:43:41 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
SVN rev 179640 on 2008-06-07 17:43:41Z by sam
correct code returned in AsssocResp; the previous code is spec'd for use
only in deauth+disassoc frames
Subm
sam 2008-05-28 23:18:18 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
Don't override the txpower cap installed by ieee80211_alloc_node;
we use ic_txpowlimit (for now) to initialize all new sta entries.
Revision ChangesPath
sam 2008-05-22 22:22:10 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
special-case broadcast probe request in ieee80211_find_rxnode; we need
to spam all vaps and this won't happen if the frame comes from a station
that is associated
sam 2008-05-01 20:26:25 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
fix build w/ IEEE80211_DEBUG_REFCNT enabled
Revision ChangesPath
1.93 +1 -1 src/sys/net80211/ieee80211_node.c
__
sam 2007-11-28 06:13:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/net80211 ieee80211_node.c
Log:
MFC 1.91: correct re-association indicator dispatched in node join event
Approved by:re (kensmith)
Revision ChangesPath
sam 2007-11-23 06:23:13 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
o correct re-association indicator dispatched in node join event
o remove misleading "reassociation" msg on sta join
MFC after: 3 days
Revision Chan
sam 2007-11-23 06:13:39 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
parse htcap ie early so ampdu density and max rx size are available
for constructing the AssocReq frame
MFC after: 3 days
Revision ChangesPath
sam 2007-10-28 17:46:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.87: Close longstanding race dropping inactive stations; grab
a reference to the node before starting the work, otherwise the
node
sam 2007-09-18 21:01:05 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
Close longstanding race dropping inactive stations; grab a reference
to the node before starting the work, otherwise the node may go
away before a reference is ma
sam 2007-09-18 20:55:52 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
Safeguard count of stations in power save; don't touch it unless we're
operating in a mode where it should be maintained.
Approved by:re (blanket wireless)
sam 2007-09-06 00:08:03 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
oops, add missing bit from last change
Approved by:re (blanket wireless)
Revision ChangesPath
1.85 +2 -0 src/sys/net80211/ieee80211_nod
sam 2007-03-21 04:56:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.79: when starting up an ibss master use a random address for the bssid
Obtained from: Atheros
Revision ChangesPath
sam 2007-03-07 04:31:49 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
when starting up an ibss master use a random address for
the bssid; this is required for wifi alliance compliance
Obtained from: Atheros
MFC after: 2 w
sam 2006-07-10 00:46:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.75:
Move conditional preprocessing out from the IEEE80211_DPRINTF macro
invocation. Per C99 6.10.3 paragraph 11 preproces
sam 2006-07-10 00:44:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.74:
Ensure outbound data packets in hostap mode are delivered only
to stations that are associated by making ieee80211_fin
dds 2006-06-01 14:06:32 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
Move conditional preprocessing out from the IEEE80211_DPRINTF macro
invocation. Per C99 6.10.3 paragraph 11 preprocessing directives
appearing as macro arguments
sam 2006-04-28 19:06:15 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
Ensure outbound data packets in hostap mode are delivered only to
stations that are associated by making ieee80211_find_txnode return
NULL when a unicast frame is
sam 2006-01-29 07:20:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.68: propagate current bss state on sta join
Revision ChangesPath
1.48.2.9 +4 -2 src/sys/net80211/ieee80211_node.c
__
sam 2006-01-29 07:18:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.72: bump the scan generation number before iterating
Revision ChangesPath
1.48.2.8 +2 -2 src/sys/net80211/ieee80211_
sam 2006-01-29 07:11:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c ieee80211_output.c
ieee80211_proto.h ieee80211_var.h
Log:
MFC: update erp information element in the beacon frame to re
sam 2006-01-18 19:56:17 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
bump the scan generation number before iterating so we're guaranteed
to have a value that's not been used before; this fixes the problem
where the first traversal
Sam Leffler wrote:
sam 2006-01-02 16:57:20 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c ieee80211_output.c
ieee80211_proto.h ieee80211_var.h
Log:
update erp information element in the beacon frame to reflect
c
sam 2006-01-02 16:57:20 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c ieee80211_output.c
ieee80211_proto.h ieee80211_var.h
Log:
update erp information element in the beacon frame to reflect
changes in the bss
sam 2005-12-22 19:14:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.70: apply local settings when creating neighbor entries in ahdemo mode
Revision ChangesPath
1.48.2.6 +9 -0 src/sys/n
sam 2005-12-22 19:12:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC: 1.69: when creating an ahdemo bss use any requested bssid; otherwise use
zero
Revision ChangesPath
1.48.2.5 +5 -0 sr
sam 2005-12-22 18:44:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/net80211 ieee80211_node.c
Log:
MFC 1.67: Bandaid ieee80211_set_chan to handle a channel parameter of "any"
Revision ChangesPath
1.48.2.4 +3 -1 src/sys/ne
sam 2005-12-14 01:18:36 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
When creating neighbor entries for an ahdemo bss apply the local
settings. In particular this allows us to use QoS frames in a
bss and in turn enables disabling
sam 2005-12-14 01:16:22 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
when creating an ahdemo bss use any requested bssid; otherwise use zero
Obtained from: madwifi
Revision ChangesPath
1.69 +5 -0 src/sys/net
sam 2005-12-12 18:44:27 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
propagate current bss state on sta join so, in particular, authmode
is set properly in the new bss node
MFC after: 2 weeks
Revision ChangesPath
sam 2005-12-12 18:42:20 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_node.c
Log:
Bandaid ieee80211_set_chan to handle a channel parameter of "any";
this can happen under certain conditions when scanning. This logic
will eventually go away wit
36 matches
Mail list logo