Home
last modified time | relevance | path

Searched refs:wifi_link_info_t (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/wifi/include/vfsdev/
A Dwifi_dev.h418 } wifi_link_info_t; typedef
422 typedef void (*monitor_data_cb_t)(uint8_t *data, int len, wifi_link_info_t *info);
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port.c470 wifi_link_info_t link_info; in wifi_promisc_rx_cb()
678 wifi_link_info_t link_info; in wifi_rx_mgnt_hdl()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c3285 static void wifi_mgnt_monitor_data_cb(uint8_t *data, int len, wifi_link_info_t *info)
3325 call_msg.arg_value[2] = (netmgr_msg_t *) res_malloc(group->pid, sizeof(wifi_link_info_t));
3332 memset(call_msg.arg_value[2], 0, sizeof(wifi_link_info_t));
3333 memcpy(call_msg.arg_value[2], info, sizeof(wifi_link_info_t));

Completed in 18 milliseconds