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

📄 eapotp.h

📁 Linux dot1x认证的实现
💻 H
字号:
/******************************************************************* * * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.) * * File: eapotp.h * * Authors: Chris.Hessing@utah.edu * *******************************************************************/#ifndef _EAPOTP_H_#define _EAPOTP_H_#include "profile.h"int eapotp_setup(struct generic_eap_data *);int eapotp_process(struct generic_eap_data *, uint8_t *, int, uint8_t *, int *);int eapotp_get_keys(struct interface_data *);int eapotp_cleanup(struct generic_eap_data *);#endif

⌨️ 快捷键说明

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