FILS: Add hostapd configuration options

This adds CONFIG_FILS=y build configuration option and new key
management options for FILS authentication.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Jouni Malinen 2015-09-01 17:57:59 +03:00 committed by Jouni Malinen
parent 274d8b776f
commit 903ecbe8da
7 changed files with 87 additions and 0 deletions

View file

@ -596,6 +596,11 @@ struct hostapd_bss_config {
int ftm_responder;
int ftm_initiator;
#ifdef CONFIG_FILS
u8 fils_cache_id[FILS_CACHE_ID_LEN];
int fils_cache_id_set;
#endif /* CONFIG_FILS */
};