local-node: obtain channel + op-class

In order to send passive beacon-requests, channel and op-class of nodes
are required. Obtain this information per local-node from hostapd.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2022-01-08 23:26:03 +01:00
parent c7830b5319
commit 3b51bfbaf6
6 changed files with 52 additions and 0 deletions

1
node.h
View File

@@ -25,6 +25,7 @@
enum local_req_state {
REQ_IDLE,
REQ_CLIENTS,
REQ_STATUS,
REQ_RRM_SET_LIST,
REQ_RRM_GET_OWN,
__REQ_MAX