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:
parent
8d881d9427
commit
9d0948ecc9
3 changed files with 16 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue