aka.h
来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 32 行
H
32 行
/*******************************************************************
* EAPOL Function implementations for supplicant
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file aka.h
*
* \author chris@open1x.org
*
*******************************************************************/
/*******************************************************************
*
* The development of the EAP/AKA support was funded by Internet
* Foundation Austria (http://www.nic.at/ipa)
*
*******************************************************************/
#ifdef EAP_SIM_ENABLE
#ifndef _AKA_H_
#define _AKA_H_
int aka_do_at_rand(struct aka_eaptypedata *, uint8_t *, int *);
int aka_do_at_autn(struct aka_eaptypedata *, uint8_t *, int *);
int aka_do_at_mac(struct generic_eap_data *, struct aka_eaptypedata *,
uint8_t *, int, int *, char *);
int aka_do_sync_fail(struct aka_eaptypedata *, uint8_t *, int *);
int aka_skip_not_implemented(uint8_t *, int *);
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?