From e8dc69fcb02e4f6a3c1b6bc54877f7f4d9186dca Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 20 Sep 2019 13:32:49 +0200 Subject: [PATCH] iwinfo: update to latest Git HEAD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contains following updates squashed from 3 bump commits in master: 02112f9 cli: fix reporting of mixed WPA2/WPA3 versions 7faeaea nl80211: properly detect WEP encryption in wpa_supp scan results 629b5ff nl80211: do not confuse open connections with WEP ones 3d47ddd nl80211: rework hostapd and wpa_supplicant wpa suite parsing 313e827 nl80211: keep awaiting wpa_supplicant scan results on busy response a766751 nl80211: fix parsing of mixed wpa encryption in wpa_supp scan results f096bfd utils: support parsing SAE and OWE key management suites from IEs 2a95086 nl80211: recognize SAE encrypted mesh Signed-off-by: Jo-Philipp Wich Signed-off-by: Petr Štetiar --- package/network/utils/iwinfo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 39c07bbded..689231c0c8 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -11,9 +11,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git -PKG_SOURCE_DATE:=2019-09-06 -PKG_SOURCE_VERSION:=a88fb421f136d799af855dbe3dca917834db7185 -PKG_MIRROR_HASH:=ca6cc05e7c268e8f00f7c1d3b0731906ce3cb5e41905b7c27063d36f9ecc2889 +PKG_SOURCE_DATE:=2019-09-30 +PKG_SOURCE_VERSION:=2a95086db2b730346d87c320e2c753126c4ff795 +PKG_MIRROR_HASH:=9229874acd3fad00c99acb461818c0125aea4e8ad4100fbdea9501125bedcab8 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=GPL-2.0