Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2009 16:14:03 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/tools/net80211/wlanwds wlanwds.c
Message-ID:  <200904181614.n3IGEAv5046598@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2009-04-18 16:14:03 UTC

  FreeBSD src repository

  Modified files:
    tools/tools/net80211/wlanwds wlanwds.c 
  Log:
  SVN rev 191247 on 2009-04-18 16:14:03Z by sam
  
  Cleanups to prepare this code for wider use (likely merged into hostapd):
  o add (required) cmd line args to specify the set of ifnet's to monitor
    for WDS discovery msgs; "any" is a wildcard
  o change the default script run on wds vap create to the "null script"
  o auto-daemonize; add -f option to force foreground operation
  o add -P option for integration with rc.d (implementation missing, tba)
  o use syslog; default to log up to LOG_INFO, -t (terse) gives you up to
    LOG_ERR, and -v (verbose) gives you up to LOG_DEBUG
  o scan for existing vaps on startup to recover existing state
  o correct some types
  
  Revision  Changes    Path
  1.3       +249 -102  src/tools/tools/net80211/wlanwds/wlanwds.c



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