openwrt/package
Sybil127 97c8a94ec5 wifi-scripts: introduce rxkh_file uci option
With rxkh_file, hostapd will read a list of RxKHs from a text file.
This also makes it possible for hostapd to dynamically reload RxKHs.

RxKHs defined in rxkh_file should be formated as described in hostapd.conf,
with one entry per line.

R0KH/R1KH format:
r0kh=<MAC address> <NAS Identifier> <256-bit key as hex string>
r1kh=<MAC address> <R1KH-ID> <256-bit key as hex string>

Reworked behavior of the uci options r0kh and r1kh.

When rxkh_file is not configured:
  Instead of appending the RxKHs to the hostapd bss configuration.
  They will be added to a interface specific file with name
  /var/run/hostapd-phyX-apX.rxkh.
  This file will be used as the rxkh_file in the hostapd bss configuration.

When rxkh_file is configured:
  The specified file will be used in the hostapd bss configuration,
  and will be the only source for configured RxKHs.
  All RxKHs defined with the uci options r0kh or r1kh will be ignored.

Signed-off-by: Sybil127 <sybil127@outlook.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2024-12-12 19:19:05 +01:00
..
base-files base-files: fix cleanup after settings restore 2024-12-12 11:01:56 +01:00
boot qualcommax: ipq60xx: add Linksys MR7350 support 2024-12-07 16:00:58 +01:00
devel perf: fix version for APK 2024-11-12 17:55:16 +01:00
firmware qualcommax: ipq60xx: add Linksys MR7350 support 2024-12-07 16:00:58 +01:00
kernel Revert "kernel: modules: fix led-group-multi-color patch" 2024-12-12 15:44:30 +01:00
libs gmp: use same source tarball for tools/gmp and package/libs/gmp 2024-11-28 15:53:32 +00:00
network wifi-scripts: introduce rxkh_file uci option 2024-12-12 19:19:05 +01:00
system procd: update to latest HEAD 2024-12-11 14:43:25 +01:00
utils busybox: Save shell history into /tmp 2024-12-08 19:18:02 +01:00
Makefile build: fix filtering of non-upgradable packages 2024-11-21 17:55:45 +01:00