Home
last modified time | relevance | path

Searched defs:ctrl_msg (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dwifi_hal.cpp1647 static int send_nl_data(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in send_nl_data()
1729 static int register_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg, int attach) in register_monitor_sock()
1888 static int attach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in attach_monitor_sock()
1893 static int dettach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in dettach_monitor_sock()
1904 wifihal_ctrl_req_t *ctrl_msg; in internal_pollin_handler_app() local
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dwifi_hal.cpp1732 static int send_nl_data(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in send_nl_data()
1814 static int register_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg, int attach) in register_monitor_sock()
1968 static int attach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in attach_monitor_sock()
1973 static int dettach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in dettach_monitor_sock()
1984 wifihal_ctrl_req_t *ctrl_msg; in internal_pollin_handler_app() local
/aosp_15_r20/external/crosvm/devices/src/virtio/console/
H A Dcontrol.rs47 let ctrl_msg: virtio_console_control = in process_control_msg() localVariable