⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xsupgui_events.h

📁 linux 下通过802.1认证的安装包
💻 H
字号:
/**
 * Calls to convert event ids to useful data that can be displayed.
 *
 * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.)
 *
 * \file xsupgui_events.h
 *
 * \author chris@open1x.org
 *
 */

#ifndef __XSUPGUI_EVENTS_H__
#define __XSUPGUI_EVENTS_H__

#include <libxml/parser.h>

#define XSUPGUI_EVENTS_LOG_LEVEL_NORMAL                    1
#define XSUPGUI_EVENTS_LOG_LEVEL_NORMAL_STR                "NORMAL"

typedef struct _tnc_msg_batch {
	uint32_t imcID;
	uint32_t connectionID;
	uint32_t oui;
	uint32_t msgid;
	char *parameter;
} tnc_msg_batch;

int xsupgui_events_generate_log_string(char **, char **);
int xsupgui_events_get_state_change(char **, int *, int *, int *, uint32_t *);
long int xsupgui_events_get_event_num(xmlDocPtr);
int xsupgui_events_get_scan_complete_interface(char **);
int xsupgui_events_get_passwd_challenge(char **, char **, char **);
int xsupgui_events_get_ui_event(int *, char **, char **);
int xsupgui_events_get_tnc_ui_event(uint32_t *, uint32_t *);
int xsupgui_events_get_tnc_ui_request_event(uint32_t *, uint32_t *, uint32_t *, uint32_t *);
int xsupgui_events_get_tnc_ui_batch_request_event(uint32_t *, uint32_t *, uint32_t *, uint32_t *, tnc_msg_batch **);
void xsupgui_events_free_tnc_msg_batch_data(tnc_msg_batch **);
int xsupgui_events_get_error(int *, char **);

#endif // __XSUPGUI_EVENTS_H__


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -