/*
* Dummy functions to allow link_test to be linked. The need for these
* functions should be removed to allow IEEE 802.1X/EAPOL authenticator to
* be built outside hostapd.
*/
#include "includes.h"
#include "common.h"
struct hostapd_data;
struct sta_info;
struct rsn_pmksa_cache_entry;
struct eapol_state_machine;
struct hostapd_eap_user;
struct hostapd_bss_config;
struct hostapd_vlan;
struct sta_info * ap_get_sta(struct hostapd_data *hapd, const u8 *sta)
{
return NULL;
}
int ap_for_each_sta(struct hostapd_data *hapd,
int (*cb)(struct hostapd_data *hapd, struct sta_info *sta,
void *ctx),
void *ctx)
{
return 0;
}
void ap_sta_session_timeout(struct hostapd_data *hapd, struct sta_info *sta,
u32 session_timeout)
{
}
int ap_sta_bind_vlan(struct hostapd_data *hapd, struct sta_info *sta,
int old_vlanid)
{
return 0;
}
void rsn_preauth_finished(struct hostapd_data *hapd, struct sta_info *sta,
int success)
{
}
void rsn_preauth_send(struct hostapd_data *hapd, struct sta_info *sta,
u8 *buf, size_t len)
{
}
void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta)
{
}
void pmksa_cache_to_eapol_data(struct rsn_pmksa_cache_entry *entry,
struct eapol_state_machine *eapol)
{
}
const struct hostapd_eap_user *
hostapd_get_eap_user(const struct hostapd_bss_config *conf, const u8 *identity,
size_t identity_len, int phase2)
{
return NULL;
}
const char * hostapd_get_vlan_id_ifname(struct hostapd_vlan *vlan, int vlan_id)
{
return NULL;
}
周楷雯
- 粉丝: 98
- 资源: 1万+
最新资源
- 72619971-63e9-4b20-aae7-d6ce002ace9-1.zip
- 蓄电池多模式充放电simulink仿真 双向Buck Boost变器仿真 ①定直流电压控制 ②恒压充放电控制 ③恒流充放电控制 ④恒功率充放电控制 直流电压等级400V
- NC升级元数据的避坑手册文档
- 基于机器视觉的水果分拣系统(Python)
- 南京邮电大学信号与系统期末复习总结
- 目标检测xml文件转txt文件
- 网站系统渗透测试报告.doc
- 安卓开发-身份证识别(腾讯云服务)
- AVPro Video v3 - Ultra Edition 3.0.8.unitypackage
- 代码复现;冷热电气多门互补的微能源网鲁棒优化调度MATLAB复现 随着能源结构调整,集成风/光等可再生能源输入、冷热电气等多种能源互补输出的微能源网得到了逐步发展,如何协调调度微能源网内冷热电气源网荷
- 毕业设计-python的高校学生学业预警系统(毕业全套文档+源代码).zip
- Comsol光学 :taper波导传输及倏逝场效率求解
- 自已使用不建议借鉴0.0sada
- 滑动平均算法(代码十分完整) 1、用于平抑功率波动、包括风电输出功率波动、光伏输出功率波动 得到并网功率 2、另一类是消除噪音 空间域的平滑滤波一般采用简单平均法进行,就是求邻近像元点的平均亮度
- 改进下垂控制、微电网控制方向 1、纯阻性负载和冲击负载对母线电压稳(simulink) 2、程序创新点是:采用新改进下垂控制策略(有图形的讲解word) 3、减小直流母线电压的偏差,以混合储能系统为例
- 五种不同类型的数据库安装 在线YUM仓库 二进制本地安装 docker容器平台安装 源码部署 Windows平台
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈