| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
{readline,history}.h are in /usr/include/edit so as to not conflict with
the GNU libreadline versions. To use the libedit readline(3) one should
add "-I/usr/include/edit" to their Makefile
(spelled "-I${DESTDIR}/${INCLUDEDIR}/edit" within the FreeBSD source tree).
* Enable its use in the BSD licensed utilities that support readline(3).
* To make it easier to sync libedit development with NetBSD, histedit.h
is moved into libedit's directory as history shows shown we keep merging
it into that location.
Obtained from: NetBSD
Sponsored by: Juniper Networks
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
while here.
|
|
|
|
| |
required.
|
|
|
|
| |
upstream. For the same reason rewrite bsd_get_seqnum.
|
| |
|
|
|
|
|
| |
value checks for 2 ioctl calls and rewrite error handling in bsd_init
to better integrate with upstream code.
|
| |
|
|
|
|
| |
here remove some explicit line breaks.
|
| |
|
|
|
|
| |
remove the no longer used wext_sock and bsd_driver_ops variables.
|
| |
|
|
|
|
|
|
| |
- merge bsd_set_sta_authorized and bsd_sta_set_flags
- change bsd_set_sta_authorized, bsd_sta_deauth and bsd_sta_disassoc
to use bsd_send_mlme_param
|
|
|
|
|
|
|
| |
- change order of if/else
- move wpa_printf() into the condition
- change unsigned char* to u8*
- prefer os_memset/os_memcpy
|
|
|
|
| |
the wpa_printf()/perror() messages in sync with upstream code.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
violations.
- Use SIOCGIFMEDIA to determine VAP's opmode, cache it and set
IEEE80211_KEY_NOREPLAY for AHDEMO and IBSS.
Approved by: rpaulo (mentor)
|
| |
|
|
|
|
|
|
|
| |
This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.
Found by: mdocml lint run
Reviewed by: ru
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* WPA-None requires ap_scan=2:
The major difference between ap_scan=1 (default) and 2 is, that no
IEEE80211_IOC_SCAN* ioctls/functions are called, though, there is a
dependency on those. For example the call to wpa_driver_bsd_scan()
sets the interface UP, this never happens, therefore the interface
must be marked up in wpa_driver_bsd_associate(). IEEE80211_IOC_SSID
also is not called, which means that the SSID has not been set prior
to the IEEE80211_MLME_ASSOC call.
* WPA-None has no support for sequence number updates, it doesn't make
sense to check for replay violations..
* I had some crashes right after the switch to RUN state, issue is
that sc->sc_lastrs was not yet defined.
Approved by: rpaulo (mentor)
MFC after: 3 weeks
|
|
|
|
|
|
|
|
| |
for it's unix domain socket. Before this change wpa_cli would take
the first file in the directory that was not "." or "..".
Submitted by: Brandon Gooch <jamesbrandongooch@gmail.com>
MFC after: 3 days
|
|
|
|
| |
Approved by: re (blanket)
|
|
|
|
| |
Submitted by: ed [1]
|
| |
|
|
|
|
| |
Submitted by: Pawel Worach
|
|
|
|
|
|
|
|
|
| |
could be handled w/o fragmentation but clobbers user-specified values
such as those required when the interface is bridged.
Submitted by: jim@netgate.com
Reviewed by: Jouni Malinen
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
| |
In particular, vendor sources that aren't ready for gnu99 should
still be compiled with gnu89. (Before r189824, these would have
generated warnings if you tried to compile them in gnu99 mode,
but the warnings went unheeded due to -Wno-error.)
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by: thompsa
|
|
|
|
| |
Submitted by: Pawel Worach <pawel.worach@gmail.com>
|
|
|
|
| |
conformance.'
|
|
|
|
|
|
|
|
|
|
| |
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 add private wired driver that fixes various bugs in the vendor version
Submitted by: thompsa (ndis fixups)
|
|
|
|
|
|
|
| |
o add+enable radius acl support
Supported by: Hobnob
Submitted by: Chris Zimmermann (acl support)
|
|
|
|
| |
MFC after: 3 weeks
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
| |
Submitted by: "Paul B. Mahol" <onemda@gmail.com>
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
PR: docs/116658
Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk>
MFC after: 3 days
|
| |
|