Home
last modified time | relevance | path

Searched refs:nl_sock (Results 1 – 8 of 8) 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/cld80211-lib/
Dcld80211_lib.h44 struct nl_sock *sock;
122 int cld80211_recv_msg(struct nl_sock *sock, struct nl_cb *cb);
Dcld80211_lib.c54 static struct nl_sock * create_nl_socket(int protocol) in create_nl_socket()
56 struct nl_sock *sock; in create_nl_socket()
165 int cld80211_recv_msg(struct nl_sock *sock, struct nl_cb *cb) in cld80211_recv_msg()
180 static void cld80211_handle_event(int events, struct nl_sock *sock, in cld80211_handle_event()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h110 struct nl_sock *cmd_sock; // command socket object
111 struct nl_sock *event_sock; // event socket object
112 struct nl_sock *user_sock; // user socket object
Dwifi_hal.cpp77 struct nl_sock *sock);
110 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
118 static nl_sock * wifi_create_nl_socket(int port, int protocol) in wifi_create_nl_socket()
121 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket()
299 struct nl_sock *user_sock = in wifi_init_user_sock()
492 struct nl_sock *cmd_sock = NULL; in wifi_initialize()
493 struct nl_sock *event_sock = NULL; in wifi_initialize()
904 static int internal_pollin_handler(wifi_handle handle, struct nl_sock *sock) in internal_pollin_handler()
916 struct nl_sock *sock) in internal_event_handler()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h181 struct nl_sock *cmd_sock; // command socket object
182 struct nl_sock *event_sock; // event socket object
Dwifi_hal.cpp118 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
124 static nl_sock * wifi_create_nl_socket(int port) in wifi_create_nl_socket()
127 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket()
238 struct nl_sock *cmd_sock = wifi_create_nl_socket(WIFI_HAL_CMD_SOCK_PORT); in wifi_initialize()
245 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT); in wifi_initialize()