NLA_S8 is used by newer hostapd versions. Directly add all NLA_S*
definitions.
Signed-off-by: Nick Hainke
---
attr.c | 4 ++
include/netlink/attr.h | 122 +
2 files changed, 126 insertions(+)
diff --git a/attr.c b/attr.c
index eae91e5
NLA_S8 is used by newer hostapd versions.
Signed-off-by: Nick Hainke
---
attr.c | 1 +
include/netlink/attr.h | 35 +++
2 files changed, 36 insertions(+)
diff --git a/attr.c b/attr.c
index eae91e5..abde67f 100644
--- a/attr.c
+++ b/attr.c
is enabled
Signed-off-by: Nick Hainke
---
device.c | 9 +
device.h | 3 +++
system-linux.c | 20
3 files changed, 32 insertions(+)
diff --git a/device.c b/device.c
index b3d0e85..88a192f 100644
--- a/device.c
+++ b/device.c
@@ -63,6 +63,7 @@ static co
;
option valid_lifetime '05 Jan 2021 23:00:00'
option preferred_lifetime '05 Jan 2021 23:00:00'
If the valid_lifetime is in the past, the preferred lifetime and valid
lifetime are set to 1 minute.
Signed-off-by: Nick Hainke
---
README |
s call hostapd.wlan0 rrm_beacon_req '{"addr":"00:xx:xx:xx:xx:xx",
"op_class":0, "channel":1,"duration":1,"mode":2,"bssid":"ff:ff:ff:ff:ff:ff",
"ssid":""}'
Signed-off-by: N