Searched refs:wifi_link_info_t (Results 1 – 3 of 3) sorted by relevance
418 } wifi_link_info_t; typedef422 typedef void (*monitor_data_cb_t)(uint8_t *data, int len, wifi_link_info_t *info);
470 wifi_link_info_t link_info; in wifi_promisc_rx_cb()678 wifi_link_info_t link_info; in wifi_rx_mgnt_hdl()
3285 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