RNR: Short SSID assignment

Calculate and store short SSID in hostapd_data context during config
load time and in neighbor report.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Aloka Dixit <alokad@codeaurora.org>
This commit is contained in:
John Crispin 2021-07-27 16:42:16 -07:00 committed by Jouni Malinen
parent 8d881d9427
commit 9d0948ecc9
3 changed files with 16 additions and 8 deletions

View file

@ -138,6 +138,7 @@ struct hostapd_neighbor_entry {
/* LCI update time */
struct os_time lci_date;
int stationary;
u32 short_ssid;
};
struct hostapd_sae_commit_queue {