Windows's WlanAPi has a function which is WlanGetNetworkBssList.This function return a variable which type is PWLAN_AVAILABLE_NETWORK. How to get rssi value of PWLAN_AVAILABLE_NETWORK rssi value using windows wlan api ?
How to Get Rssi Value of WlanGetNetworkBssList Function Return Value
1.8k views Asked by cyo At
1
These structure definitions and constructors work in my code works from WlanGetAvailableNetworkList it is incomplete and does not completely parse the structure, but it does get RSSI.
Structure for WLAN_AVAILABLE_NETWORK
I could not make the Marshal.PtrToStructure work.
Here is the function that calls the WlanGetAvailableNetworkList
and the NUINT test that confirms there are RSSI values.