utils: add simple ubus query support
authorJo-Philipp Wich <jo@mein.io>
Tue, 24 Jul 2018 14:31:24 +0000 (16:31 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 24 Jul 2018 15:36:17 +0000 (17:36 +0200)
commitd991fe54810761643ec96d4eca17fefbdbfef5df
treed056740a7019666654c5566cc46f53224381debc
parent44956b780db9aa71ac86152577275ff235d7afef
utils: add simple ubus query support

Some wireless runtime parameters are not available via nl80211, e.g.
the effective Mesh ID so we need to fetch those from ubus state info.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Makefile
include/iwinfo/utils.h
iwinfo_utils.c