wifi-scripts: introduce rxkh_file uci option
authorSybil127 <sybil127@outlook.com>
Thu, 23 May 2024 15:43:07 +0000 (17:43 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 12 Dec 2024 18:19:05 +0000 (19:19 +0100)
commit97c8a94ec509407105db1b942ae5b8ab92252480
tree560c456b0be79ec8cb4a183ff64abc78a9d2d639
parent00860e485b2ef82c1fafc8e011f3a8965e317bca
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>
package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh