aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa
Commit message (Expand)AuthorAgeFilesLines
* 'Strict EAP conformance' makes more sense here than 'String EAPWarner Losh2008-11-211-1/+1
* - install the example wpa_supplicant.conf file to the share/examples/etcDaniel Gerzo2008-07-012-1/+6
* o update for vapsSam Leffler2008-04-203-21/+314
* o update for vapsSam Leffler2008-04-202-112/+160
* enable syslog support and add -s option to the man pageSam Leffler2008-03-242-2/+7
* Add some missing Xrefs to drivers.Christian Brueffer2008-02-211-1/+5
* enable wired driver supportSam Leffler2007-12-201-0/+2
* install hostapd.conf and related files for folks that don't have sourceSam Leffler2007-11-101-0/+5
* fix building w/ WITHOUT_WPA_SUPPLICANT_EAPOLSam Leffler2007-11-101-8/+19
* install sample wpa_supplicant.conf; not everyone has source to referenceSam Leffler2007-11-101-1/+5
* Change wpa_supplicant to down the interface at the start of the init routine.Andrew Thompson2007-11-051-3/+12
* Document the '-P pidfile' command line argument.Simon L. B. Nielsen2007-10-261-1/+5
* Update for libpcap 0.9.8Max Laier2007-10-161-6/+7
* Remove a -N flag.Kevin Lo2007-10-021-6/+0
* fix building with NO_CRYPT=trueSam Leffler2007-09-281-0/+3
* o enable use of EAP methods w/o modification to the base system; useSam Leffler2007-09-252-6/+145
* Remove stray comma left over from previous commit.Christian Brueffer2007-09-071-1/+1
* - Remove reference for unexisting ndisapi(9)Gabor Kovesdan2007-09-071-2/+1
* The wpa_passphrase(8) manual page states that it first appeared inSimon L. B. Nielsen2007-07-171-2/+2
* update for wpa_supplicant 0.5.8 import:Sam Leffler2007-07-115-6/+48
* update for 0.5.8 importSam Leffler2007-07-093-74/+81
* fixup mcast handling in bpf program; this enables forthcoming supportSam Leffler2007-07-091-4/+12
* track net80211 changes to get scan results ioctlSam Leffler2007-06-111-5/+5
* must byte swap key rsc for big-endian systemsSam Leffler2007-04-261-0/+1
* add wpa_passphrase utility to the buildSam Leffler2006-11-174-2/+87
* Markup fixes.Ruslan Ermilov2006-09-292-12/+20
* incorporate Rui Paulo's workSam Leffler2006-09-021-2/+156
* avoid null ptr derefSam Leffler2006-05-271-5/+6
* correct static array overrunSam Leffler2006-05-271-1/+1
* add debug msgSam Leffler2006-04-201-0/+3
* remove some unnecessary perror callsSam Leffler2006-04-171-2/+0
* Add missing library dependencies.Ruslan Ermilov2006-04-131-1/+1
* adapt PacketGetAdapterNames to 0.4.8 calling conventionSam Leffler2006-04-121-6/+6
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-2/+4
* Fix version number when the feature was added.Hiroki Sato2006-03-071-1/+1
* update for v0.4.8 import of wpa_supplicant and hostapdSam Leffler2006-03-075-26/+117
* use the specified key index for non-group keys; this fixes staticSam Leffler2006-02-211-4/+5
* Change default build of wpa_supplicant to include EAPOL support;Sam Leffler2006-02-142-5/+5
* Add an example for WEP.Wilko Bulte2005-12-251-0/+14
* Hide a diagnostic message under if (verbose) to avoid cluttering theBill Paul2005-10-211-5/+8
* Fix small grammar nit.Bill Paul2005-10-201-1/+1
* Implement the PacketGetVersion() routine, which is used inBill Paul2005-10-203-0/+8
* Drain all pending events from the driver when we get anBill Paul2005-10-121-18/+32
* Make forwarding of connect/disconnect events optional. wpa_supplicantBill Paul2005-10-102-3/+22
* Enable -D ndis support in wpa_supplicant and add the ndis_events utility.Bill Paul2005-10-108-2/+944
* o correct alignment of 802.11 addresses passed to ether_ntoa to fixSam Leffler2005-08-301-5/+11
* save+restore wpa, privacy, and roaming settingsSam Leffler2005-08-131-9/+57
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-311-1/+1
* Correct problems with handling interfaces that go away (e.g. whenSam Leffler2005-07-291-10/+26
* clear eloop registration when deinit'd the l2 packet supportSam Leffler2005-07-291-2/+11