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 put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

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