📄 wlanctl.h
字号:
#ifndef _WLANCTL_H#define _WLANCTL_H#define APPNAME "wlanctl"#define BSSCREATE "bsscreate"#define BSSJOIN "bssjoin"#define ETHCONV "ethconv"#define GETMIB "getmib"#define GETMIBITEM "getmibitem"#define MAX_APPNAME_LEN (20)#define NETLIST "netlist"#define PRIVACY "privacy"#define SCAN "scan"#define SETMIBITEM "setmibitem"#define AUTHEN "authen"#define ASSOC "assoc"#endif /* _WLANCTL_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -