Hello ALL,
I am writing a site survey application using wifi api supported by Windows Vista. I want to show current wireless connection attributes like SSID, BSSID, Signal Strength(dBm) etc.
For querying all the above values, I am using WlanQueryInterf ace() with wlan_intf_opcod e_current_Conne ction opcode. This returns SSID, BSSID and Signal Quality in percentage.
How do I get signal strength value in dBm?...