Is there a cross-platform way to get ssid and bssid of a WLAN network through C++ -
i have created cross-platform c++ app among other things need ssid , bssid of wlan network up. have found ways accomplish in windows (wmi,wlanscan) , in linux (executing , parsing relevant shell commands) well. wonder whether there library or api can ssid , bssid in cross-platform way?
Comments
Post a Comment