cvs commit: src/sys/net80211 ieee80211_freebsd.c ieee80211_input.c
ieee80211_proto.c ieee80211_proto.h ieee80211_var.h
Sam Leffler
sam at FreeBSD.org
Mon Dec 12 10:04:44 PST 2005
sam 2005-12-12 18:04:44 UTC
FreeBSD src repository
Modified files:
sys/net80211 ieee80211_freebsd.c ieee80211_input.c
ieee80211_proto.c ieee80211_proto.h
ieee80211_var.h
Log:
Add ieee80211_beacon_miss for processing sta mode beacon miss events
in the 802.11 layer: we send a directed probe request frame to the
current ap bmiss_max times (w/o answer) before scanning for a new ap.
MFC after: 2 weeks
Revision Changes Path
1.10 +3 -0 src/sys/net80211/ieee80211_freebsd.c
1.84 +1 -0 src/sys/net80211/ieee80211_input.c
1.25 +38 -0 src/sys/net80211/ieee80211_proto.c
1.17 +1 -0 src/sys/net80211/ieee80211_proto.h
1.33 +4 -0 src/sys/net80211/ieee80211_var.h
More information about the cvs-src
mailing list