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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -