用于在Widows 8/10中获取WiFi频道的API

时间:2015-10-25 17:38:10

标签: c++ windows winapi wlan

我正在寻找WinAPI功能来提取我的计算机所连接的当前AP的WiFi通道,例如下面输出中记录的通道(11)。我可以通过' netsh'命令行,我显然可以编写一个执行此命令并解析输出的程序,但我希望找到一种更清晰,更直接的方法。

C:\Users\>netsh wlan show interfaces
There is 1 interface on the system:
Name                   : Wireless Network Connection
Description            : Intel(R) Centrino(R) Advanced-N 6200 AGN
GUID                   : 
Physical address       : 
State                  : connected
SSID                   : 
BSSID                  : 
Network type           : Infrastructure
Radio type             : 802.11g
Authentication         : 
Cipher                 : 
Connection mode        : 
***Channel***          : 11
Receive rate (Mbps)    : 54
Transmit rate (Mbps)   : 54
Signal                 : 99%
Profile                : 
Hosted network status  : Not started

编程语言是C / C ++。

0 个答案:

没有答案