WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wai_rxtx.c 文件参考
#include "wapi.h"
#include "wai_rxtx.h"
#include "wai_sm.h"
#include "utils/wpabuf.h"
#include "l2_packet/l2_packet.h"
#include "config_ssid.h"
#include "common/defs.h"
wai_rxtx.c 的引用(Include)关系图:

函数

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

函数说明

◆ wai_rx_packet()

void wai_rx_packet ( void *  ctx,
const unsigned char *  src_mac,
const unsigned char *  buf,
size_t  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 *  framebuf,
unsigned int  datalen 
)

Sending WAI frames