1 #pragma once 2 3 #define IDS_USAGE 0 4 #define IDS_NO_NETWORK 1 5 #define IDS_NO_WLAN_ADAPTER 2 6 #define IDS_SUCCESS 3 7 #define IDS_WLAN_DISCONNECT 4 8 #define IDS_MSG_WEP_ENABLED 5 9 #define IDS_MSG_NETWORK_MODE 6 10 #define IDS_MSG_CURRENT_WIRELESS 7 11 #define IDS_MSG_ENCRYPTED 8 12 #define IDS_MSG_NETWORK_TYPE 9 13 #define IDS_MSG_RSSI 10 14 #define IDS_MSG_SUPPORT_RATE 11 15 #define IDS_MSG_TRANSMISSION_POWER 12 16 #define IDS_MSG_ANTENNA_COUNT 13 17 #define IDS_MSG_TRANSMIT_ANTENNA 14 18 #define IDS_MSG_TRANSMIT_ANTENNA_ANY 15 19 #define IDS_MSG_RECEIVE_ANTENNA 16 20 #define IDS_MSG_RECEIVE_ANTENNA_ANY 17 21 #define IDS_MSG_FRAGMENT_THRESHOLD 18 22 #define IDS_MSG_RTS_THRESHOLD 19 23 #define IDS_YES 20 24 #define IDS_NO 21 25 #define IDS_ADHOC 22 26 #define IDS_INFRASTRUCTURE 23 27