Hello,
Here is the code I am using. I'd like to get the name/description of the Wireless Interface and parse it to get the Wireless protocol (A, B, G, N) being used.
| results = NetworkInfo.networkInfo.findInterfaces(); | ||||
| for (var i:int =0; i<results.length; i++) { | |||||
| ethName = ethName + results[i].name; | |||||
| macAddress = macAddress + results[i].hardwareAddress.toString(); |
I get this for the name when I run this code:
E9742B69-3B80-471A-AF41-B38753474834
Can anyone help me?
Thanks!
North America
Europe, Middle East and Africa
Asia Pacific