
iw:ai:79686
How to check highest supported version of wifi?
$ iw list | grep -A 8 'Supported interface modes:' | grep 'Supported HT capabilities:' | cut -d ' ' -f 4
try on your machine
This command will display the highest supported wifi version of your network interface.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- how to check highest supported version of wifi?