Home |
Function xn_wlan_status |
Function xn_wlan_statusThis function returns information about a WLAN interface. typedef struct { const char * CardType; unsigned long FirmVer; int Mode; int Channel; int TXRate; int SignalQuality; int SignalLevel; int SignalNoise; } wlan_status; void xn_wlan_status(int iface_no, wlan_status * Status); Parametersiface_noInterface number returned by xn_interface_open or xn_interface_open_config. StatusPointer to a structure of type wlan_status which will receive all returned data. xn_wlan_status may only be called after a WLAN interface has been opened using xn_interface_open or xn_interface_open_config and configured with xn_wlan_setup. The structure pointed to be Status is filled with these value:
Possible values for wlan_status.Mode are:
|