wpa_supplicant: Add ieee80211ac information in STATUS

This allows user to get current operating mode of station.

Signed-off-by: Bhagavathi Perumal S <bperumal@codeaurora.org>
This commit is contained in:
Bhagavathi Perumal S 2018-04-24 13:24:20 +05:30 committed by Jouni Malinen
parent 585e728a5c
commit d7f038ded2
3 changed files with 13 additions and 0 deletions

View file

@ -1225,6 +1225,7 @@ struct wpa_supplicant {
#ifdef CONFIG_FILS
unsigned int disable_fils:1;
#endif /* CONFIG_FILS */
unsigned int ieee80211ac:1;
};