local-node: save latest bss-transition-response

Save the latest BSS-transition management response received from a STA.
This information can later be used to prevent kicking STAs when they
rejected a transition request.

Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
David Bauer
2022-01-23 21:39:55 +01:00
parent 1dc69d765f
commit 3c0cd982d5
2 changed files with 47 additions and 0 deletions

View File

@@ -245,6 +245,11 @@ struct sta_info {
uint64_t roam_scan_start;
uint64_t roam_scan_timeout_start;
struct {
uint8_t status_code;
uint64_t timestamp;
} bss_transition_response;
int kick_count;
uint32_t below_min_snr;