📄 mschap.h
字号:
/*******************************************************************
* EAPTTLS Phase 2 MS-CHAP Function implementations
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file mschap.h
*
* \author chris@open1x.org
*
******************************************************************/
#ifndef __TTLS_PHASE2_MSCHAP_H__
#define __TTLS_PHASE2_MSCHAP_H__
void mschap_check(eap_type_data *);
void mschap_process(eap_type_data *, uint8_t *, uint16_t);
void mschap_buildResp(eap_type_data *, uint8_t *, uint16_t *);
void mschap_deinit(eap_type_data *eapdata);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -