?? wlan_monitor.h
字號:
/*--------------------------------*-C-*---------------------------------* * * Note: You must change the following two variables! * * The variable "host_name" should hold the ip address of the gateway * that you will be pinging every two seconds. * * The variable "eth0" should hold the device that represents your * wireless LAN card. Typically this will be "eth0" if you only have * one network device connected to your laptop. * *----------------------------------------------------------------------*/#ifndef _WLAN_MONITOR_H#define _WLAN_MONITOR_Hchar host_name[17] = "128.227.162.246"; // The ip address of the gatewaychar eth_socket[5] = "eth0"; // The ethernet device of your wlan card#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -