Beacon request through hostapd control interface
The new control interface command "REQ_BEACON <STA addr> [req_mode=<mode>] <beacon request>" can now be used to request hostapd to transmit a measurement request to request a beacon report from an associated STA. This command returns the assigned dialog token (1-255) or FAIL on failure. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
73a27a6345
commit
90d9d7c32a
4 changed files with 142 additions and 0 deletions
|
@ -298,6 +298,7 @@ struct hostapd_data {
|
|||
|
||||
struct dl_list nr_db;
|
||||
|
||||
u8 beacon_req_token;
|
||||
u8 lci_req_token;
|
||||
u8 range_req_token;
|
||||
unsigned int lci_req_active:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue