|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "utils/common.h"#include "ap/ap_drv_ops.h"#include "ap/ap_config.h"#include "ctrl_iface.h"#include "hostapd_if.h"#include "utils/eloop.h"#include "eap_server/eap.h"#include "wifi_api.h"#include "securec.h"
结构体 | |
| struct | hapd_global |
类型定义 | |
| typedef struct hostapd_conf | hostapd_conf |
函数 | |
| void | hostapd_global_deinit (void) |
| void | hostapd_global_interfaces_deinit (void) |
| struct hostapd_config * | hostapd_config_read2 (const char *ifname) |
| void | hostapd_pre_quit (struct hapd_interfaces *interfaces) |
| void | hostapd_main (const char *ifname) |
| struct hapd_interfaces * | hostapd_get_interfaces (void) |
变量 | |
| struct hostapd_data * | g_hapd = NULL |
| hostapd_conf | g_global_conf |
| typedef struct hostapd_conf hostapd_conf |
| struct hostapd_config * hostapd_config_read2 | ( | const char * | ifname | ) |
| struct hapd_interfaces * hostapd_get_interfaces | ( | void | ) |
| void hostapd_global_deinit | ( | void | ) |
| void hostapd_global_interfaces_deinit | ( | void | ) |
| void hostapd_main | ( | const char * | ifname | ) |
| void hostapd_pre_quit | ( | struct hapd_interfaces * | interfaces | ) |
| hostapd_conf g_global_conf |
| struct hostapd_data* g_hapd = NULL |