wlan_monitor.h

来自「wlan_monitor monitor utility for wlan d」· C头文件 代码 · 共 21 行

H
21
字号
/*--------------------------------*-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 + =
减小字号Ctrl + -
显示快捷键?