WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wai_rxtx.h 文件参考
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  _wai_hdr_stru
 

类型定义

typedef struct _wai_hdr_stru wai_hdr_stru
 

函数

void wai_rx_packet (void *ctx, const unsigned char *src_mac, const unsigned char *buf, unsigned int datalen)
 Receives WAI frames, which are called back when L2 receives WAI data.
 
int wai_tx_packet (struct wpa_supplicant *wpa, const unsigned char *buf, unsigned int datalen)
 Sending WAI frames
 

类型定义说明

◆ wai_hdr_stru

typedef struct _wai_hdr_stru wai_hdr_stru

函数说明

◆ wai_rx_packet()

void wai_rx_packet ( void *  ctx,
const unsigned char *  src_mac,
const unsigned char *  buf,
unsigned int  datalen 
)

Receives WAI frames, which are called back when L2 receives WAI data.

◆ wai_tx_packet()

int wai_tx_packet ( struct wpa_supplicant *  wpa,
const unsigned char *  buf,
unsigned int  datalen 
)

Sending WAI frames