📄 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -