summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
Commit message (Expand)AuthorAgeFilesLines
* MFC r288266:bdrewery2015-10-131-0/+1
* Merge hostapd / wpa_supplicant 2.0.rpaulo2013-07-0410-1818/+99
* Teach wpa_supplicant to properly compute wireless signal strength.eadler2013-05-111-0/+5
* Document all of the options that wpa_supplicant accepts.issyl02012-11-071-21/+50
* Xref mwl(4) and rum(4) in hostapd(8).gjb2012-07-181-1/+3
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
* Reword hostapd.conf(5) sentence.gjb2012-05-161-2/+2
* Remove end of line whitespace.joel2012-05-121-1/+1
* General mdoc(7) and typo fixes.gjb2012-05-122-3/+3
* Fix WITHOUT_EXAMPLES build:bschmidt2012-04-292-2/+4
* Move crypto stuff into a common Makefile. While here fix thebschmidt2012-04-283-93/+148
* not only the file names have changed from eap_xxx.c to eap_server_xxx.c,bschmidt2012-04-281-5/+5
* enable EAP_GTC and EAP_OTP to match upstream's default configurationbschmidt2012-04-281-9/+5
* Follow up r234711 and do same for the supplicant, one file/option perbschmidt2012-04-282-48/+92
* Add a note to hostapd.conf about an unhelpful error message in the hope thattheraven2012-04-271-1/+2
* fix EAP server support after the 0.7.3 import:bschmidt2012-04-262-54/+107
* Mention run(4)kevlo2012-02-091-0/+1
* Add missing line continuation \. It did not cause any issue becauseemaste2012-01-181-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-3/+3
* Remove duplicated header fileskevlo2011-06-242-3/+0
* * Add the readline(3) API to libedit. The libedit versions ofobrien2011-04-051-3/+3
* Add notes about ASCII/Hex WEP keysimp2011-02-201-0/+13
* Fix build on bigendian archs.bschmidt2010-12-191-0/+1
* Unbreak hostapd. This code has been explicitly removed in upstream versions.bschmidt2010-12-181-33/+4
* Fix some whitespace nits.bschmidt2010-12-181-22/+22
* Change order in wpa_driver_bsd_ops to match upstream code. Add descriptionbschmidt2010-12-181-6/+7
* Add a comment explaining the undefs, while here remove one which is notbschmidt2010-12-181-1/+4
* Rename bsd_set_iface_flags to bsd_ctrl_iface and change arguments to matchbschmidt2010-12-181-15/+27
* Import bsd_configure_wpa() to sync with upstream code.bschmidt2010-12-181-1/+12
* Prefer os_memset, os_strlcpy and os_free. While here adjust the returnbschmidt2010-12-181-13/+13
* Remove some unused variables and unnecessary casts.bschmidt2010-12-181-23/+12
* Remove debug messages which are no longer present in upstream code. Whilebschmidt2010-12-181-10/+4
* Rename iface to ifname to match the upstream code.bschmidt2010-12-181-8/+9
* Rename ioctl_sock to just sock to match the upstream code. While herebschmidt2010-12-181-15/+12
* Move some functions around to match the upstream order.bschmidt2010-12-181-208/+206
* Add bsd_send_mlme_param to aggregate IEEE80211_IOC_MLME ioctls:bschmidt2010-12-181-40/+25
* Change bsd_del_key() to match upstream code:bschmidt2010-12-181-11/+9
* Aggregate SIOCS80211 and SIOCG80211 ioctl request code. While here, bringbschmidt2010-12-181-43/+40
* Adapt for wpa_supplicant / hostapd 0.7.3.rpaulo2010-11-035-392/+306
* mdoc: remove unused/empty macrosuqs2010-08-021-1/+1
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replaybschmidt2010-07-011-0/+34
* Update for hostapd & wpa_supplicant 0.6.10.rpaulo2010-06-144-484/+2
* mdoc: move remaining sections into consistent orderuqs2010-05-131-5/+5
* Add WPA-None support:bschmidt2010-04-102-3/+34
* Enable _DIRENT_HAVE_D_TYPE so wpa_cli scans directories properlysam2009-08-231-0/+2
* fix Jouni's email addresssam2009-07-127-7/+7
* o Fix usage() prototype [1] and correct its call.maxim2009-06-231-2/+2
* o style(9) usage() definition: it doesn't need an argument.maxim2009-06-231-3/+2
* o Remove unneeded argument in fprintf(3) call in usage().maxim2009-06-231-1/+1
* Do not force the mtu to 2290; this was done to insure large EAPOL framessam2009-06-051-12/+0
OpenPOWER on IntegriCloud