wpa-supplicant: update to version 2.2 for yocto 1.7

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-11-17 16:32:40 +01:00
parent 981ef8ab0e
commit ecd4d11e94
6 changed files with 33 additions and 25 deletions

View File

@ -152,8 +152,6 @@ CONFIG_EAP_GPSK=y
# Wi-Fi Protected Setup (WPS) # Wi-Fi Protected Setup (WPS)
CONFIG_WPS=y CONFIG_WPS=y
# Enable WSC 2.0 support
CONFIG_WPS2=y
# Enable WPS external registrar functionality # Enable WPS external registrar functionality
#CONFIG_WPS_ER=y #CONFIG_WPS_ER=y
# Disable credentials for an open network by default when acting as a WPS # Disable credentials for an open network by default when acting as a WPS
@ -192,8 +190,10 @@ CONFIG_HT_OVERRIDES=y
# Select control interface backend for external programs, e.g, wpa_cli: # Select control interface backend for external programs, e.g, wpa_cli:
# unix = UNIX domain sockets (default for Linux/*BSD) # unix = UNIX domain sockets (default for Linux/*BSD)
# udp = UDP sockets using localhost (127.0.0.1) # udp = UDP sockets using localhost (127.0.0.1)
# udp6 = UDP IPv6 sockets using localhost (::1)
# named_pipe = Windows Named Pipe (default for Windows) # named_pipe = Windows Named Pipe (default for Windows)
# udp-remote = UDP sockets with remote access (only for tests systems/purpose) # udp-remote = UDP sockets with remote access (only for tests systems/purpose)
# udp6-remote = UDP IPv6 sockets with remote access (only for tests purpose)
# y = use default (backwards compatibility) # y = use default (backwards compatibility)
# If this option is commented out, control interface is not included in the # If this option is commented out, control interface is not included in the
# build. # build.
@ -253,7 +253,7 @@ CONFIG_BACKEND=file
# main_none = Very basic example (development use only) # main_none = Very basic example (development use only)
#CONFIG_MAIN=main #CONFIG_MAIN=main
# Select wrapper for operatins system and C library specific functions # Select wrapper for operating system and C library specific functions
# unix = UNIX/POSIX like systems (default) # unix = UNIX/POSIX like systems (default)
# win32 = Windows systems # win32 = Windows systems
# none = Empty template # none = Empty template
@ -267,6 +267,9 @@ CONFIG_BACKEND=file
# Should we use poll instead of select? Select is used by default. # Should we use poll instead of select? Select is used by default.
#CONFIG_ELOOP_POLL=y #CONFIG_ELOOP_POLL=y
# Should we use epoll instead of select? Select is used by default.
#CONFIG_ELOOP_EPOLL=y
# Select layer 2 packet implementation # Select layer 2 packet implementation
# linux = Linux packet socket (default) # linux = Linux packet socket (default)
# pcap = libpcap/libdnet/WinPcap # pcap = libpcap/libdnet/WinPcap

View File

@ -152,8 +152,6 @@ CONFIG_EAP_LEAP=y
# Wi-Fi Protected Setup (WPS) # Wi-Fi Protected Setup (WPS)
CONFIG_WPS=y CONFIG_WPS=y
# Enable WSC 2.0 support
CONFIG_WPS2=y
# Enable WPS external registrar functionality # Enable WPS external registrar functionality
#CONFIG_WPS_ER=y #CONFIG_WPS_ER=y
# Disable credentials for an open network by default when acting as a WPS # Disable credentials for an open network by default when acting as a WPS
@ -192,8 +190,10 @@ CONFIG_SMARTCARD=y
# Select control interface backend for external programs, e.g, wpa_cli: # Select control interface backend for external programs, e.g, wpa_cli:
# unix = UNIX domain sockets (default for Linux/*BSD) # unix = UNIX domain sockets (default for Linux/*BSD)
# udp = UDP sockets using localhost (127.0.0.1) # udp = UDP sockets using localhost (127.0.0.1)
# udp6 = UDP IPv6 sockets using localhost (::1)
# named_pipe = Windows Named Pipe (default for Windows) # named_pipe = Windows Named Pipe (default for Windows)
# udp-remote = UDP sockets with remote access (only for tests systems/purpose) # udp-remote = UDP sockets with remote access (only for tests systems/purpose)
# udp6-remote = UDP IPv6 sockets with remote access (only for tests purpose)
# y = use default (backwards compatibility) # y = use default (backwards compatibility)
# If this option is commented out, control interface is not included in the # If this option is commented out, control interface is not included in the
# build. # build.
@ -253,7 +253,7 @@ CONFIG_BACKEND=file
# main_none = Very basic example (development use only) # main_none = Very basic example (development use only)
#CONFIG_MAIN=main #CONFIG_MAIN=main
# Select wrapper for operatins system and C library specific functions # Select wrapper for operating system and C library specific functions
# unix = UNIX/POSIX like systems (default) # unix = UNIX/POSIX like systems (default)
# win32 = Windows systems # win32 = Windows systems
# none = Empty template # none = Empty template
@ -267,6 +267,9 @@ CONFIG_BACKEND=file
# Should we use poll instead of select? Select is used by default. # Should we use poll instead of select? Select is used by default.
#CONFIG_ELOOP_POLL=y #CONFIG_ELOOP_POLL=y
# Should we use epoll instead of select? Select is used by default.
#CONFIG_ELOOP_EPOLL=y
# Select layer 2 packet implementation # Select layer 2 packet implementation
# linux = Linux packet socket (default) # linux = Linux packet socket (default)
# pcap = libpcap/libdnet/WinPcap # pcap = libpcap/libdnet/WinPcap

View File

@ -152,8 +152,6 @@ CONFIG_EAP_LEAP=y
# Wi-Fi Protected Setup (WPS) # Wi-Fi Protected Setup (WPS)
CONFIG_WPS=y CONFIG_WPS=y
# Enable WSC 2.0 support
CONFIG_WPS2=y
# Enable WPS external registrar functionality # Enable WPS external registrar functionality
#CONFIG_WPS_ER=y #CONFIG_WPS_ER=y
# Disable credentials for an open network by default when acting as a WPS # Disable credentials for an open network by default when acting as a WPS
@ -192,8 +190,10 @@ CONFIG_SMARTCARD=y
# Select control interface backend for external programs, e.g, wpa_cli: # Select control interface backend for external programs, e.g, wpa_cli:
# unix = UNIX domain sockets (default for Linux/*BSD) # unix = UNIX domain sockets (default for Linux/*BSD)
# udp = UDP sockets using localhost (127.0.0.1) # udp = UDP sockets using localhost (127.0.0.1)
# udp6 = UDP IPv6 sockets using localhost (::1)
# named_pipe = Windows Named Pipe (default for Windows) # named_pipe = Windows Named Pipe (default for Windows)
# udp-remote = UDP sockets with remote access (only for tests systems/purpose) # udp-remote = UDP sockets with remote access (only for tests systems/purpose)
# udp6-remote = UDP IPv6 sockets with remote access (only for tests purpose)
# y = use default (backwards compatibility) # y = use default (backwards compatibility)
# If this option is commented out, control interface is not included in the # If this option is commented out, control interface is not included in the
# build. # build.
@ -253,7 +253,7 @@ CONFIG_BACKEND=file
# main_none = Very basic example (development use only) # main_none = Very basic example (development use only)
#CONFIG_MAIN=main #CONFIG_MAIN=main
# Select wrapper for operatins system and C library specific functions # Select wrapper for operating system and C library specific functions
# unix = UNIX/POSIX like systems (default) # unix = UNIX/POSIX like systems (default)
# win32 = Windows systems # win32 = Windows systems
# none = Empty template # none = Empty template
@ -267,6 +267,9 @@ CONFIG_BACKEND=file
# Should we use poll instead of select? Select is used by default. # Should we use poll instead of select? Select is used by default.
#CONFIG_ELOOP_POLL=y #CONFIG_ELOOP_POLL=y
# Should we use epoll instead of select? Select is used by default.
#CONFIG_ELOOP_EPOLL=y
# Select layer 2 packet implementation # Select layer 2 packet implementation
# linux = Linux packet socket (default) # linux = Linux packet socket (default)
# pcap = libpcap/libdnet/WinPcap # pcap = libpcap/libdnet/WinPcap

View File

@ -152,8 +152,6 @@ CONFIG_EAP_GPSK=y
# Wi-Fi Protected Setup (WPS) # Wi-Fi Protected Setup (WPS)
CONFIG_WPS=y CONFIG_WPS=y
# Enable WSC 2.0 support
CONFIG_WPS2=y
# Enable WPS external registrar functionality # Enable WPS external registrar functionality
#CONFIG_WPS_ER=y #CONFIG_WPS_ER=y
# Disable credentials for an open network by default when acting as a WPS # Disable credentials for an open network by default when acting as a WPS
@ -192,8 +190,10 @@ CONFIG_HT_OVERRIDES=y
# Select control interface backend for external programs, e.g, wpa_cli: # Select control interface backend for external programs, e.g, wpa_cli:
# unix = UNIX domain sockets (default for Linux/*BSD) # unix = UNIX domain sockets (default for Linux/*BSD)
# udp = UDP sockets using localhost (127.0.0.1) # udp = UDP sockets using localhost (127.0.0.1)
# udp6 = UDP IPv6 sockets using localhost (::1)
# named_pipe = Windows Named Pipe (default for Windows) # named_pipe = Windows Named Pipe (default for Windows)
# udp-remote = UDP sockets with remote access (only for tests systems/purpose) # udp-remote = UDP sockets with remote access (only for tests systems/purpose)
# udp6-remote = UDP IPv6 sockets with remote access (only for tests purpose)
# y = use default (backwards compatibility) # y = use default (backwards compatibility)
# If this option is commented out, control interface is not included in the # If this option is commented out, control interface is not included in the
# build. # build.
@ -253,7 +253,7 @@ CONFIG_BACKEND=file
# main_none = Very basic example (development use only) # main_none = Very basic example (development use only)
#CONFIG_MAIN=main #CONFIG_MAIN=main
# Select wrapper for operatins system and C library specific functions # Select wrapper for operating system and C library specific functions
# unix = UNIX/POSIX like systems (default) # unix = UNIX/POSIX like systems (default)
# win32 = Windows systems # win32 = Windows systems
# none = Empty template # none = Empty template
@ -267,6 +267,9 @@ CONFIG_BACKEND=file
# Should we use poll instead of select? Select is used by default. # Should we use poll instead of select? Select is used by default.
#CONFIG_ELOOP_POLL=y #CONFIG_ELOOP_POLL=y
# Should we use epoll instead of select? Select is used by default.
#CONFIG_ELOOP_EPOLL=y
# Select layer 2 packet implementation # Select layer 2 packet implementation
# linux = Linux packet socket (default) # linux = Linux packet socket (default)
# pcap = libpcap/libdnet/WinPcap # pcap = libpcap/libdnet/WinPcap

View File

@ -1,13 +0,0 @@
# Copyright (C) 2013 Digi International.
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += " \
file://defconfig \
file://0001-events-Reduce-verbosity-of-scan-events.patch \
"
do_configure () {
install -m 0755 ${WORKDIR}/defconfig wpa_supplicant/.config
echo "CFLAGS +=\"-I${STAGING_INCDIR}/libnl3\"" >> wpa_supplicant/.config
}

View File

@ -0,0 +1,9 @@
# Copyright (C) 2013 Digi International.
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
PACKAGECONFIG ?= "openssl"
SRC_URI += " \
file://0001-events-Reduce-verbosity-of-scan-events.patch \
"