summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa
Commit message (Collapse)AuthorAgeFilesLines
* 'Strict EAP conformance' makes more sense here than 'String EAPimp2008-11-211-1/+1
| | | | conformance.'
* - install the example wpa_supplicant.conf file to the share/examples/etcdanger2008-07-012-1/+6
| | | | | | | | | | directory [1] - add the FILES section to the wpa_supplicant.conf.5 file, so that people will be able to detect the example configuration file easier. [2] PR: docs/121821 [2] Approved by: brooks [1] MFC after: 3 days
* o update for vapssam2008-04-203-21/+314
| | | | | | o add private wired driver that fixes various bugs in the vendor version Submitted by: thompsa (ndis fixups)
* o update for vapssam2008-04-202-112/+160
| | | | | | | o add+enable radius acl support Supported by: Hobnob Submitted by: Chris Zimmermann (acl support)
* enable syslog support and add -s option to the man pagesam2008-03-242-2/+7
| | | | MFC after: 3 weeks
* Add some missing Xrefs to drivers.brueffer2008-02-211-1/+5
| | | | MFC after: 3 days
* enable wired driver supportsam2007-12-201-0/+2
| | | | | Submitted by: "Paul B. Mahol" <onemda@gmail.com> MFC after: 1 week
* install hostapd.conf and related files for folks that don't have sourcesam2007-11-101-0/+5
| | | | MFC after: 1 week
* fix building w/ WITHOUT_WPA_SUPPLICANT_EAPOLsam2007-11-101-8/+19
| | | | MFC after: 1 week
* install sample wpa_supplicant.conf; not everyone has source to referencesam2007-11-101-1/+5
|
* Change wpa_supplicant to down the interface at the start of the init routine.thompsa2007-11-051-3/+12
| | | | | | | | | | | | | | | | | | wpa_supplicant expects that it has exclusive access to the net80211 state so when its starts poking in the WEP/WPA settings and the card is already scanning it can cause net80211 to try and associate incorrectly with a protected AP. This is an inconvenience for firmware based cards such as iwi where it can be sent an auth instruction with incomplete security info and cause a firmware error. Remove the 'ifconfig up' from network.subr since wpa_supplicant will immediately down the interface again. Reported by: Guy Helmer (and others) Reviewed by: sam, brooks, avatar MFC after: 3 days
* Document the '-P pidfile' command line argument.simon2007-10-261-1/+5
| | | | | | PR: docs/116658 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> MFC after: 3 days
* Update for libpcap 0.9.8mlaier2007-10-161-6/+7
|
* Remove a -N flag.kevlo2007-10-021-6/+0
| | | | | Reviewed by: sam Approved by: re (kensmith)
* fix building with NO_CRYPT=truesam2007-09-281-0/+3
| | | | | PR: 116439 Approved by: re (gnn)
* o enable use of EAP methods w/o modification to the base system; usesam2007-09-252-6/+145
| | | | | | | | | | WPA_SUPPLICANT_CFLAGS, etc. (consult the Makefile's for details) o enable ipv6 support in hostapd (for communication w/ a radius backend) PR: bin/116164 Submitted by: "Scot Hetzel" <swhetzel@gmail.com> Approved by: re (gnn) MFC after: 2 weeks
* Remove stray comma left over from previous commit.brueffer2007-09-071-1/+1
| | | | Approved by: re (blanket)
* - Remove reference for unexisting ndisapi(9)gabor2007-09-071-2/+1
| | | | | | | | PR: docs/113127 Submitted by: "O. Hartmann"<ohartman@mail.zedat.fu-berlin.de> Reviewed by: keramida Approved by: re (bmah) MFC after: 3 days
* The wpa_passphrase(8) manual page states that it first appeared insimon2007-07-171-2/+2
| | | | | | | | | | | FreeBSD 6.2, but it didn't make it into RELENG_6_2. Update the manual page to say "FreeBSD 6.3". PR: docs/114429 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> MFC after: 3 days Approved by: re (bmah)
* update for wpa_supplicant 0.5.8 import:sam2007-07-115-6/+48
| | | | | | | | | | | o unix domain socket to wpa_cli is configured w/ CONFIG_CTRL_IFACE_UNIX o terminate on last interface option is configured w/ CONFIG_TERMINATE_ONLASTIF o ndis/Packet32.c fixups to force roaming mode to manual o document new mixed_cell config knob Submitted by: thompsa (Packet32.c) Reviewed by: thompsa, sephe Approved by: re (hrs)
* update for 0.5.8 importsam2007-07-093-74/+81
| | | | Approved by: re (hrs)
* fixup mcast handling in bpf program; this enables forthcoming supportsam2007-07-091-4/+12
| | | | | | | for 802.1x over wired interfaces Submitted by: Jouke Witteveen Approved by: re (hrs)
* track net80211 changes to get scan results ioctlsam2007-06-111-5/+5
|
* must byte swap key rsc for big-endian systemssam2007-04-261-0/+1
| | | | | Obtained from: netbsd MFC after: 1 week
* add wpa_passphrase utility to the buildsam2006-11-174-2/+87
| | | | | | PR: bin/104457 Submitted by: Henrik Brix Andersen MFC after: 1 week
* Markup fixes.ru2006-09-292-12/+20
|
* incorporate Rui Paulo's worksam2006-09-021-2/+156
| | | | Obtained from: netbsd
* avoid null ptr derefsam2006-05-271-5/+6
| | | | Obtained from: netbsd
* correct static array overrunsam2006-05-271-1/+1
| | | | Obtained from: netbsd
* add debug msgsam2006-04-201-0/+3
|
* remove some unnecessary perror callssam2006-04-171-2/+0
| | | | | Noticed by: Jouni Malinen MFC after: 2 weeks
* Add missing library dependencies.ru2006-04-131-1/+1
|
* adapt PacketGetAdapterNames to 0.4.8 calling conventionsam2006-04-121-6/+6
| | | | | | PR: bin/94735 Submitted by: Scot Hetzel <swhetzel@gmail.com> Requested by: scottl
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Fix version number when the feature was added.hrs2006-03-071-1/+1
| | | | | | Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp) PR: docs/93801 and docs/93803 MFC after: 2 days
* update for v0.4.8 import of wpa_supplicant and hostapdsam2006-03-075-26/+117
| | | | MFC after: 2 weeks
* use the specified key index for non-group keys; this fixes staticsam2006-02-211-4/+5
| | | | | | | | | wep key configure at key indices > 0 and 802.1x/EAPOL operation with ap's that want the station to install a key at indices > 0. Hard work by: Joe Love Reviewed by: avatar MFC after: 1 week
* Change default build of wpa_supplicant to include EAPOL support;sam2006-02-142-5/+5
| | | | | | | | ENABLE_WPA_SUPPLICANT_EAPOL is no more, now use NO_WPA_SUPPLICANT_EAPOL to build with only WPA-PSK support. Reviewed by: ru, bsdimp (basic approach) MFC after: 1 week
* Add an example for WEP.wilko2005-12-251-0/+14
| | | | OK-ed by: sam
* Hide a diagnostic message under if (verbose) to avoid cluttering thewpaul2005-10-211-5/+8
| | | | system log when not in verbose logging mode.
* Fix small grammar nit.wpaul2005-10-201-1/+1
|
* Implement the PacketGetVersion() routine, which is used inwpaul2005-10-203-0/+8
| | | | the 0.4.x versions of wpa_supplicant.
* Drain all pending events from the driver when we get anwpaul2005-10-121-18/+32
| | | | | RTM_IFINFO message, in case some were posted before ndis_events was run. This keeps us in sync with wpa_supplicant.
* Make forwarding of connect/disconnect events optional. wpa_supplicantwpaul2005-10-102-3/+22
| | | | | seems to already be able to tell when it's associated and the extra events just confuse it. Only forward media-specific events by default.
* Enable -D ndis support in wpa_supplicant and add the ndis_events utility.wpaul2005-10-108-2/+944
| | | | | This allows wpa_supplicant to work with WPA and WPA2 compliant NDIS drivers.
* o correct alignment of 802.11 addresses passed to ether_ntoa to fixsam2005-08-301-5/+11
| | | | | | | | segfaults on amd64 o while here correct printf formats for size_t args Identified by: Pascal Hofstee MFC after: 3 days
* save+restore wpa, privacy, and roaming settingssam2005-08-131-9/+57
| | | | MFC after: 2 weeks
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-1/+1
| | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
* Correct problems with handling interfaces that go away (e.g. whensam2005-07-291-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | a card is ejected). wpa_supplicant requires that internal events for interfaces coming+going include a name but after an interface is removed you cannot use if_indextoname to map the interface index in the RTM_IFINFO (or RTM_IFANNOUNCE) msg to an interface name. Instead record the interface index in the driver-private data area and use that to filter msgs from the routing socket. This insures that when we have a message to process we know the interface name. The end result is that we can now dispatch an "interface removed" event that is understood when notified than an interface went away (where previously the event dispatched was ignored because the interface name was unrecognized). This change also insures we only process events for our interface. The only downside is that we can no longer wait for an interface to arrive as we need to map the interface name to an index at startup. This is not important as wpa_supplicant should be launched by devd and not include a separate mechanism for doing interface discovery. MFC after: 3 days
* clear eloop registration when deinit'd the l2 packet supportsam2005-07-291-2/+11
| | | | MFC after: 3 days
OpenPOWER on IntegriCloud