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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 162 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT); local
163 if (event_sock == NULL) {
169 struct nl_cb *cb = nl_socket_get_cb(event_sock);
185 info->event_sock = event_sock;
201 nl_socket_free(event_sock);
232 int ret = nl_socket_add_membership(info->event_sock, id);
248 nl_socket_free(info->event_sock);
250 info->event_sock = NULL;
271 struct nl_cb *cb = nl_socket_get_cb(info->event_sock);
    [all...]
common.h 78 struct nl_sock *event_sock; // event socket object member in struct:__anon42486
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 123 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT); local
124 if (event_sock == NULL) {
130 struct nl_cb *cb = nl_socket_get_cb(event_sock);
142 info->event_sock = event_sock;
158 nl_socket_free(event_sock);
190 int ret = nl_socket_add_membership(info->event_sock, id);
206 nl_socket_free(info->event_sock);
208 info->event_sock = NULL;
230 struct nl_cb *cb = nl_socket_get_cb(info->event_sock);
    [all...]
common.h 128 struct nl_sock *event_sock; // event socket object member in struct:__anon40268

Completed in 45 milliseconds