Access to RAW wmi data??

  • Thread starter Thread starter andrew
  • Start date Start date
A

andrew

Hello,

I'm trying to get the Ndis80211BSSIList from a query to
MSNdis_80211_BSSIList, but from doing some reading, it seems as though it's
retrieving the data using the NDIS_802_11_BSSID_LIST format and not the
newer NDIS_802_11_BSSID_LIST_EX format. Is there anyway to interpret the
data received using the newer structure? Or do I have to resort to using
DDK functions to get the data I need?

Thanks,
Andrew
 
You're actually a step ahead of me.

I've got several laptops with different cards and I'm trying to get the
same lists as you are getting, but WMI always returns errors for all 80211
requests, whereas it works fine for all other WMI NDIS and other WMI queries.

Do you have to load a special DLL or do anything to prepare the system so you can use WMI with 80211 classes? Or is it just my bad luck that both network cards drivers are inadequate? That seems unlikely to me.

Erick32768
 
Back
Top