Skip navigation
fdj2
Currently Being Moderated

Get Wireless Interface Name/Description

Aug 17, 2012 11:06 AM

Tags: #flex-4.6 #interface #wireless

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!

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points