hostapd: Add extended capabilities into STA command

Signed-off-by: bhagavathi perumal s <bperumal@qti.qualcomm.com>
This commit is contained in:
bhagavathi perumal s 2017-10-06 20:33:25 +05:30 committed by Jouni Malinen
parent d1f3a81446
commit 65f9db6bc2
4 changed files with 22 additions and 1 deletions

View file

@ -251,6 +251,8 @@ struct sta_info {
u16 owe_group;
#endif /* CONFIG_OWE */
u8 *ext_capability;
#ifdef CONFIG_TESTING_OPTIONS
enum wpa_alg last_tk_alg;
int last_tk_key_idx;