aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa
Commit message (Expand)AuthorAgeFilesLines
* Fix reference to ioctl(2).Sergey Kandaurov2013-11-211-1/+1
* Merge hostapd / wpa_supplicant 2.0.Rui Paulo2013-07-0410-1818/+99
* Teach wpa_supplicant to properly compute wireless signal strength.Eitan Adler2013-05-111-0/+5
* Document all of the options that wpa_supplicant accepts.Isabell Long2012-11-071-21/+50
* Xref mwl(4) and rum(4) in hostapd(8).Glen Barber2012-07-181-1/+3
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* Reword hostapd.conf(5) sentence.Glen Barber2012-05-161-2/+2
* Remove end of line whitespace.Joel Dahl2012-05-121-1/+1
* General mdoc(7) and typo fixes.Glen Barber2012-05-122-3/+3
* Fix WITHOUT_EXAMPLES build:Bernhard Schmidt2012-04-292-2/+4
* Move crypto stuff into a common Makefile. While here fix theBernhard Schmidt2012-04-283-93/+148
* not only the file names have changed from eap_xxx.c to eap_server_xxx.c,Bernhard Schmidt2012-04-281-5/+5
* enable EAP_GTC and EAP_OTP to match upstream's default configurationBernhard Schmidt2012-04-281-9/+5
* Follow up r234711 and do same for the supplicant, one file/option perBernhard Schmidt2012-04-282-48/+92
* Add a note to hostapd.conf about an unhelpful error message in the hope thatDavid Chisnall2012-04-271-1/+2
* fix EAP server support after the 0.7.3 import:Bernhard Schmidt2012-04-262-54/+107
* Mention run(4)Kevin Lo2012-02-091-0/+1
* Add missing line continuation \. It did not cause any issue becauseEd Maste2012-01-181-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-3/+3
* Remove duplicated header filesKevin Lo2011-06-242-3/+0
* * Add the readline(3) API to libedit. The libedit versions ofDavid E. O'Brien2011-04-051-3/+3
* Add notes about ASCII/Hex WEP keysWarner Losh2011-02-201-0/+13
* Fix build on bigendian archs.Bernhard Schmidt2010-12-191-0/+1
* Unbreak hostapd. This code has been explicitly removed in upstream versions.Bernhard Schmidt2010-12-181-33/+4
* Fix some whitespace nits.Bernhard Schmidt2010-12-181-22/+22
* Change order in wpa_driver_bsd_ops to match upstream code. Add descriptionBernhard Schmidt2010-12-181-6/+7
* Add a comment explaining the undefs, while here remove one which is notBernhard Schmidt2010-12-181-1/+4
* Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to matchBernhard Schmidt2010-12-181-15/+27
* Import bsd_configure_wpa() to sync with upstream code.Bernhard Schmidt2010-12-181-1/+12
* Prefer os_memset, os_strlcpy and os_free. While here adjust the returnBernhard Schmidt2010-12-181-13/+13
* Remove some unused variables and unnecessary casts.Bernhard Schmidt2010-12-181-23/+12
* Remove debug messages which are no longer present in upstream code. WhileBernhard Schmidt2010-12-181-10/+4
* Rename iface to ifname to match the upstream code.Bernhard Schmidt2010-12-181-8/+9
* Rename ioctl_sock to just sock to match the upstream code. While hereBernhard Schmidt2010-12-181-15/+12
* Move some functions around to match the upstream order.Bernhard Schmidt2010-12-181-208/+206
* Add bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME ioctls:Bernhard Schmidt2010-12-181-40/+25
* Change bsd_del_key() to match upstream code:Bernhard Schmidt2010-12-181-11/+9
* Aggregate SIOCS80211 and SIOCG80211 ioctl request code. While here, bringBernhard Schmidt2010-12-181-43/+40
* Adapt for wpa_supplicant / hostapd 0.7.3.Rui Paulo2010-11-035-392/+306
* mdoc: remove unused/empty macrosUlrich Spörlein2010-08-021-1/+1
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replayBernhard Schmidt2010-07-011-0/+34
* Update for hostapd & wpa_supplicant 0.6.10.Rui Paulo2010-06-144-484/+2
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-131-5/+5
* Add WPA-None support:Bernhard Schmidt2010-04-102-3/+34
* Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properlySam Leffler2009-08-231-0/+2
* fix Jouni's email addressSam Leffler2009-07-127-7/+7
* o Fix usage() prototype [1] and correct its call.Maxim Konovalov2009-06-231-2/+2
* o style(9) usage() definition: it doesn't need an argument.Maxim Konovalov2009-06-231-3/+2
* o Remove unneeded argument in fprintf(3) call in usage().Maxim Konovalov2009-06-231-1/+1
* Do not force the mtu to 2290; this was done to insure large EAPOL framesSam Leffler2009-06-051-12/+0