mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* dfe0095 publish 'wifix.wps' object and do minor cleanups
-------------------------------------------------------------------------------
commit dfe0095a43a5555f27403b76c9b596efcdb18136
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-22 20:04:23 +0200
publish 'wifix.wps' object and do minor cleanups
Add methods needed to start, stop and configure wps. Cleanup code and get
rid of the extra translation layer between libwifi APIs and wifimngr's ubus
methods. Anyway, wifimngr will interface directly with libwifi apis.
Base directory -> /
Makefile | 2 +-
main.c | 9 +-
wifimngr.c | 150 ++++++++++++++-------
wifimngr.h | 12 +-
wifimngr_wifi.c | 145 --------------------
wifimngr_wifi.h | 22 ---
wps.c | 405 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 528 insertions(+), 217 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
33400e8177
commit
f6ab509b13
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ PKG_NAME:=wifimngr
|
|||
PKG_VERSION:=1.0.2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=09f37f6a32b486e82cef47ee269303bfff394006
|
||||
PKG_SOURCE_VERSION:=dfe0095a43a5555f27403b76c9b596efcdb18136
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/wifimngr.git
|
||||
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue