Hi,
Currently writing a NFC program (Windows 7-->VC++ MFC ).
The reader is connected via USB and when i run the exe, i manually select and connect the reader for the exe to work.
my requirement is
- In the code, identify the wireless network and if my particular reader name is found, do the normal operations.
- If unable to identify the particular SSID name, then throw error message.
I still havent written any code for this and though attempted few( got thru google ) but no fruitful result.
How to capture the SSID ?
Thanks