mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
wpa-supplicant: change dbus interface
The new interface "fi.w1.wpa_supplicant1" is used in latest connman, thus add it in the wpa_supplicant default configuration. Besides, enable netlink support with libnl 2.0 mode. [BUGID #603] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
b9a97e07b4
commit
44e17ea034
@@ -81,7 +81,8 @@ CONFIG_DRIVER_HOSTAP=y
|
||||
CONFIG_DRIVER_WEXT=y
|
||||
|
||||
# Driver interface for Linux drivers using the nl80211 kernel interface
|
||||
#CONFIG_DRIVER_NL80211=y
|
||||
CONFIG_LIBNL20=y
|
||||
CONFIG_DRIVER_NL80211=y
|
||||
|
||||
# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
|
||||
#CONFIG_DRIVER_BSD=y
|
||||
@@ -405,3 +406,4 @@ CONFIG_PEERKEY=y
|
||||
CONFIG_TLS = gnutls
|
||||
CONFIG_GNUTLS_EXTRA=y
|
||||
CONFIG_CTRL_IFACE_DBUS=y
|
||||
CONFIG_CTRL_IFACE_DBUS_NEW=y
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2 | BSD"
|
||||
LIC_FILES_CHKSUM = "file://../COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
|
||||
file://../README;md5=54cfc88015d3ce83f7156e63c6bb1738 \
|
||||
file://wpa_supplicant.c;beginline=1;endline=17;md5=acdc5a4b0d6345f21f136eace747260e"
|
||||
DEPENDS = "gnutls dbus"
|
||||
DEPENDS = "gnutls dbus libnl"
|
||||
RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
|
||||
|
||||
SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-${PV}.tar.gz \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require wpa-supplicant-0.7.inc
|
||||
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda"
|
||||
SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
|
||||
|
||||
Reference in New Issue
Block a user