DFS: Add control interface events for various DFS events
These can be useful for external programs that track the current state of the AP. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ddf551747c
commit
186c905912
2 changed files with 25 additions and 0 deletions
|
@ -162,6 +162,12 @@ extern "C" {
|
|||
#define AP_REJECTED_MAX_STA "AP-REJECTED-MAX-STA "
|
||||
#define AP_REJECTED_BLOCKED_STA "AP-REJECTED-BLOCKED-STA "
|
||||
|
||||
#define DFS_EVENT_RADAR_DETECTED "DFS-RADAR-DETECTED "
|
||||
#define DFS_EVENT_NEW_CHANNEL "DFS-NEW-CHANNEL "
|
||||
#define DFS_EVENT_CAC_START "DFS-CAC-START "
|
||||
#define DFS_EVENT_CAC_COMPLETED "DFS-CAC-COMPLETED "
|
||||
#define DFS_EVENT_NOP_FINISHED "DFS-NOP-FINISHED "
|
||||
|
||||
/* BSS command information masks */
|
||||
|
||||
#define WPA_BSS_MASK_ALL 0xFFFDFFFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue