aka.h
来自「Linux dot1x认证的实现」· 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 * * Authors: Chris.Hessing@utah.edu * *******************************************************************//******************************************************************* * * 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 + -
显示快捷键?