📄 aka.h
字号:
/******************************************************************* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -