This is an initial beta release of wifi-presence
.
Downloads
- OpenWrt package: wifi-presence_0.0.1-1_mips_24kc.ipk
- Linux MIPS standalone binary: wifi-presence.linux.mips
OpenWrt
The following commit is required: openwrt/openwrt@1ccf4bb. This is expected to be part of the 21.02.x release.
As an alternative, the following patch can be applied to the 19.07.x branch before building an OpenWrt image:
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index 5c9fbed2e4..764c76728e 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -394,3 +394,4 @@ CONFIG_TAXONOMY=y
# Services can connect to the bus and provide methods
# that can be called by other services or clients.
CONFIG_UBUS=y
+CONFIG_CTRL_IFACE_MIB=y
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index e5a6752a8e..2e64f22e8c 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -618,3 +618,4 @@ CONFIG_IBSS_RSN=y
# Services can connect to the bus and provide methods
# that can be called by other services or clients.
CONFIG_UBUS=y
+CONFIG_CTRL_IFACE_MIB=y