p2mschapv2.h
来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 22 行
H
22 行
/*******************************************************************
* EAPTTLS Phase 2 MS-CHAPv2 Function implementations
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file p2mschapv2.h
*
* \author chris@open1x.org
*
******************************************************************/
#ifndef __TTLS_PHASE2_MSCHAPV2_H__
#define __TTLS_PHASE2_MSCHAPV2_H__
void mschapv2_check(eap_type_data *);
void mschapv2_process(eap_type_data *, uint8_t *, uint16_t);
void mschapv2_buildResp(eap_type_data *, uint8_t *, uint16_t *);
void mschapv2_deinit(eap_type_data *eapdata);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?