From da5a5476e11457ccca8f69a2fe5e4c9458e77909 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Mon, 8 Apr 2019 15:47:02 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ easy-soc-libs ] ------------------------------------------------------------------------------- * ffbdfc7 libwifi: nlwifi - add get_security api * 4367175 libwifi: include supported 802.11 stds for scanned APs * 0a792d0 libwifi: make ciphers in scanresults compat with current wifi.h * 660cca0 libwifi: add get_capabilities for nlwifi * b2541b2 libwifi: fix temperature api returned len * 4374527 libwifi: add libwifi_supports() api check * cb729d8 libwifi: get temperature, country and standard ------------------------------------------------------------------------------- commit ffbdfc7680e2c32390048c08aa5f99186d1cab40 Author: Anjan Chanda Date: 2019-04-08 15:27:33 +0200 libwifi: nlwifi - add get_security api Base directory -> / libwifi/nlwifi.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 4 deletions(-) ------------------------------------------------------------------------------- commit 4367175903a2939f91de5b910888866801fd91ed Author: Anjan Chanda Date: 2019-04-08 11:44:32 +0200 libwifi: include supported 802.11 stds for scanned APs Base directory -> / libwifi/nlwifi.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) ------------------------------------------------------------------------------- commit 0a792d0200cc1e3e486fb348a2d87018b8b8a528 Author: Anjan Chanda Date: 2019-04-08 10:05:25 +0200 libwifi: make ciphers in scanresults compat with current wifi.h Base directory -> / libwifi/nlwifi.c | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) ------------------------------------------------------------------------------- commit 660cca05272ab01c46fd96c96053d30c0fb8668c Author: Anjan Chanda Date: 2019-04-05 15:39:09 +0200 libwifi: add get_capabilities for nlwifi Base directory -> / libwifi/nlwifi.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit b2541b29dca0ca398d8b195060230ba95b467ab4 Author: Anjan Chanda Date: 2019-04-04 17:06:14 +0200 libwifi: fix temperature api returned len Base directory -> / libwifi/nlwifi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 4374527fb81db0040a299d402c189a9977b0e0b5 Author: Anjan Chanda Date: 2019-04-03 17:26:47 +0200 libwifi: add libwifi_supports() api check Base directory -> / libwifi/wifi.c | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ libwifi/wifi.h | 8 +++++ 2 files changed, 110 insertions(+) ------------------------------------------------------------------------------- commit cb729d8fcb6eccba11d285e9f44a57ba85570811 Author: Anjan Chanda Date: 2019-04-03 10:37:22 +0200 libwifi: get temperature, country and standard Base directory -> / libwifi/nlwifi.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ libwifi/wifi.c | 11 +++++++ libwifi/wifi.h | 8 +++++ 3 files changed, 118 insertions(+) ------------------------------------------------------------------------------- --- easy-soc-libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-soc-libs/Makefile b/easy-soc-libs/Makefile index 422ef1a81..a57e387ac 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -11,7 +11,7 @@ PKG_RELEASE:=1 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=359524ddd8a17df39c70c5ba39e723e9641d5956 +PKG_SOURCE_VERSION:=ffbdfc7680e2c32390048c08aa5f99186d1cab40 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/easy-soc-libs.git PKG_MAINTAINER:=Anjan Chanda PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz