Home
last modified time | relevance | path

Searched refs:nl_sock (Results 1 – 6 of 6) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Ddhdu_nl80211.h33 #define nl_sock nl_handle macro
38 struct nl_sock *nl;
Ddhdu_nl80211.c32 static inline void nl_socket_free(struct nl_sock *h) in nl_socket_free()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h93 struct nl_sock *cmd_sock; // command socket object
94 struct nl_sock *event_sock; // event socket object
95 struct nl_sock *user_sock; // user socket object
Dwifi_hal.cpp67 struct nl_sock *sock);
98 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
106 static nl_sock * wifi_create_nl_socket(int port, int protocol) in wifi_create_nl_socket()
109 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket()
221 struct nl_sock *user_sock = in wifi_init_user_sock()
359 struct nl_sock *cmd_sock = NULL; in wifi_initialize()
360 struct nl_sock *event_sock = NULL; in wifi_initialize()
669 static int internal_pollin_handler(wifi_handle handle, struct nl_sock *sock) in internal_pollin_handler()
681 struct nl_sock *sock) in internal_event_handler()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h164 struct nl_sock *cmd_sock; // command socket object
165 struct nl_sock *event_sock; // event socket object
Dwifi_hal.cpp90 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
96 static nl_sock * wifi_create_nl_socket(int port) in wifi_create_nl_socket()
99 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket()
208 struct nl_sock *cmd_sock = wifi_create_nl_socket(WIFI_HAL_CMD_SOCK_PORT); in wifi_initialize()
215 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT); in wifi_initialize()