⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eap_type_common.h

📁 linux 下通过802.1认证的安装包
💻 H
字号:
/*******************************************************************
 * EAP Common Header
 *
 * Licensed under a dual GPL/BSD license.  (See LICENSE file for more info.)
 *
 * \file eap_type_common.h
 *
 * \author chris@open1x.org
 *
 *******************************************************************/

#ifndef __EAP_TYPE_COMMON_H__
#define __EAP_TYPE_COMMON_H__

// You SHOULD NEVER mess with this value!  It *WILL* make a mess!
#define COMMON_KEY_LEN   32

uint8_t *eap_type_common_buildAck(eap_type_data *, uint8_t);
void eap_type_common_fail(eap_type_data *);
uint8_t eap_type_common_get_eap_reqid(uint8_t *);
uint16_t eap_type_common_get_eap_length(uint8_t *);
uint8_t eap_type_common_get_common_key_len(eap_type_data *);
uint8_t eap_type_common_get_zero_len(eap_type_data *);
char *eap_type_common_convert_hex(uint8_t *, uint16_t);
void eap_type_common_init_eap_data(eap_type_data *);

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -