Thursday, 23 May 2019

networking - How to check via bash if your connection is wireless N/G/... on Linux?

iwlist scan shows me the available wireless connections. I can see Frequency:2.412 GHz for the channel I'm connected to.


This article shows that a frequency of 2.412 GHz means that you are using Wireless N, G or B.


But how to determine which? (Preferably programmatically)

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...