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:
parent
585e728a5c
commit
d7f038ded2
3 changed files with 13 additions and 0 deletions
|
@ -1225,6 +1225,7 @@ struct wpa_supplicant {
|
|||
#ifdef CONFIG_FILS
|
||||
unsigned int disable_fils:1;
|
||||
#endif /* CONFIG_FILS */
|
||||
unsigned int ieee80211ac:1;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue