Searched refs:wifihal_ctrl_req_t (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/wifi_hal_ctrl/ |
D | wifi_hal_ctrl.h | 120 }wifihal_ctrl_req_t; typedef
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 78 static int attach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg); 80 static int dettach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg); 82 static int register_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg, int attach); 84 static int send_nl_data(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg); 1057 if (nlh->nlmsg_len > DEFAULT_PAGE_SIZE - sizeof(wifihal_ctrl_req_t)) in validate_cld80211_msg() 1085 if (nlh->nlmsg_len > DEFAULT_PAGE_SIZE - sizeof(wifihal_ctrl_req_t)) in validate_genl_msg() 1104 static int send_nl_data(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in send_nl_data() 1186 static int register_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg, int attach) in register_monitor_sock() 1345 static int attach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in attach_monitor_sock() 1350 static int dettach_monitor_sock(wifi_handle handle, wifihal_ctrl_req_t *ctrl_msg) in dettach_monitor_sock() [all …]
|