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 -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -