Software Archive
Read-only legacy content

Protocol802_11

a1by
Beginner
985 Views
Hi, I'm trying to retrive connection statistic from an instance of Protocol802_11Instance but a lot of properties return null value (all counters). My network card is a 2915abg.
It's the device that not support this queries or I make a mistake?

thanks, Alberto

0 Kudos
4 Replies
James_M_Intel1
Employee
985 Views

Alberto,

Can you clarify which version of the Intel Mobile Platform SDK you are using?

You might look at the release notes for any special instructions for use of the 2915abg card. For example, in the v1.2 release the release notes (see: http://software.intel.com/en-us/articles/intel-mobile-platform-sdk-for-windows-release-notes) indicate thatfolder which contains murocapi.dll must be in the system PATH environment variable.

0 Kudos
a1by
Beginner
985 Views
Thanks,

I'm using the 1.2 SDK version.

I read the relase note, I understand that murocapi.dll is a library of Intel PROSet/Wireless Software 9.0 (that i don't have installed), if i don't install it the properties reported below doesen't work:
  • RadioAdapterInstance.HardwareRadioDisabled event
  • RadioAdapterInstance.HardwareRadioEnabled event
  • RadioAdapterInstance.SoftwareRadioDisabled event
  • RadioAdapterInstance.SoftwareRadioEnabled event
  • Protocol802_11Instance.StatisticsReset event
  • Protocol802_11Instance.AuthenticationMode property
  • Protocol802_11Instance.EncryptionModes property
  • Protocol802_11Instance.EncryptionMode property
  • Protocol802_11Instance.AssociationState property
  • Protocol802_11Instance.SecurityModes property
  • Protocol802_11Instance.Qos property
  • Protocol802_11Instance.DataTxPackets property
  • Protocol802_11Instance.DataRxPackets property
  • Protocol802_11Instance.DataTxBytes property
  • Protocol802_11Instance.DataRxBytes property
  • Protocol802_11Instance. ResetStatistics ()
it's correct?



0 Kudos
James_M_Intel1
Employee
985 Views
Yes, that's right.
0 Kudos
Zhi_Heng_Zhao
Beginner
985 Views
Hi , once you install the Muroc dll on your machine, your problem should be resolved. In addtion, you might need to install the dirver of IMPSUNET, which will be used when you need to scan APs.
0 Kudos
Reply