mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
805b2db670
This implements T:, R:, S: and H: parameters standardized within WiFi QR codes. This leaves the SAE-PK related options unimplemented. A future UI will likely handle SAE-PK options differently than in hostapd_bss_options. Current parameters are based on: https://www.wi-fi.org/system/files/WPA3%20Specification%20v3.5.pdf#page=33 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
18 lines
372 B
Makefile
18 lines
372 B
Makefile
#
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Network Administration
|
|
LUCI_DEPENDS:=+luci-base +rpcd-mod-iwinfo +luci-lib-uqr
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|