WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hostapd_main_rtos.c 文件参考
#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"
hostapd_main_rtos.c 的引用(Include)关系图:

结构体

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
 

类型定义说明

◆ hostapd_conf

typedef struct hostapd_conf hostapd_conf

函数说明

◆ hostapd_config_read2()

struct hostapd_config * hostapd_config_read2 ( const char *  ifname)

◆ hostapd_get_interfaces()

struct hapd_interfaces * hostapd_get_interfaces ( void  )

◆ hostapd_global_deinit()

void hostapd_global_deinit ( void  )

◆ hostapd_global_interfaces_deinit()

void hostapd_global_interfaces_deinit ( void  )

◆ hostapd_main()

void hostapd_main ( const char *  ifname)

◆ hostapd_pre_quit()

void hostapd_pre_quit ( struct hapd_interfaces *  interfaces)

变量说明

◆ g_global_conf

hostapd_conf g_global_conf

◆ g_hapd

struct hostapd_data* g_hapd = NULL