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.
Definition wai_rxtx.c:132
int wai_tx_packet(struct wpa_supplicant *wpa, const unsigned char *buf, unsigned int datalen)
Sending WAI frames
Definition wai_rxtx.c:114