📄 eapotp.h
字号:
/*******************************************************************
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file eapotp.h
*
* \author chris@open1x.org
*
*******************************************************************/
#ifndef _EAPOTP_H_
#define _EAPOTP_H_
#include "../../context.h"
#define RESPONSE_TEXT "RESPONSE="
#define CHALLENGE_TEXT "CHALLENGE="
void eapotp_check(eap_type_data *);
void eapotp_process(eap_type_data *);
uint8_t *eapotp_buildResp(eap_type_data *);
uint8_t eapotp_isKeyAvailable(eap_type_data *);
uint8_t *eapotp_getKey(eap_type_data *);
void eapotp_deinit(eap_type_data *);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -