📄 ssidtable.h
字号:
/* Copyright (c) 2003, Tijmen Moerland <moerland@yahoo.com> Code is licensed under the BSD license.*//*! \file SSIDTable.h \brief Header file for the l80211IfaceHostAPSSID<foo> handlers. Add column defines here, so that they can be used in the handler.*//* * Note: this file originally auto-generated by mib2c using * : mib2c.iterate.conf,v 5.4 2002/09/11 22:42:04 hardaker Exp $ */#ifndef TESTMIB_H#define TESTMIB_H/* function declarations */void init_testmib(void);void initialize_table_SSIDTable(void);Netsnmp_Node_Handler SSIDTable_handler;Netsnmp_First_Data_Point SSIDTable_get_first_data_point;Netsnmp_Next_Data_Point SSIDTable_get_next_data_point;/* column number definitions for table SSIDTable */ #define COLUMN_STRINDEX 1 #define COLUMN_STR 2#endif /* TESTMIB_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -