Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Dec 2005 18:04:44 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net80211 ieee80211_freebsd.c ieee80211_input.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h
Message-ID:  <200512121804.jBCI4ibN052708@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512121804.jBCI4ibN052708>