HomeSort by relevance Sort by last modified time
    Searched refs:event_sock (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 216 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT); local
217 if (event_sock == NULL) {
224 struct nl_cb *cb = nl_socket_get_cb(event_sock);
228 nl_socket_free(event_sock);
239 info->event_sock = event_sock;
255 nl_socket_free(event_sock);
267 nl_socket_free(event_sock);
279 nl_socket_free(event_sock);
301 int ret = nl_socket_add_membership(info->event_sock, id)
    [all...]
common.h 165 struct nl_sock *event_sock; // event socket object member in struct:__anon40105
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 435 struct nl_sock *event_sock = NULL; local
463 event_sock =
465 if (event_sock == NULL) {
472 if (nl_socket_set_buffer_size(event_sock, (256*1024), 0) < 0) {
473 ALOGE("Could not set nl_socket RX buffer size for event_sock: %s",
478 cb = nl_socket_get_cb(event_sock);
496 info->event_sock = event_sock;
683 if (event_sock)
684 nl_socket_free(event_sock);
    [all...]
common.h 99 struct nl_sock *event_sock; // event socket object member in struct:hal_info_s

Completed in 350 milliseconds