Searched refs:nl_sock (Results 1 – 8 of 8) sorted by relevance
33 #define nl_sock nl_handle macro38 struct nl_sock *nl;
32 static inline void nl_socket_free(struct nl_sock *h) in nl_socket_free()
44 struct nl_sock *sock;122 int cld80211_recv_msg(struct nl_sock *sock, struct nl_cb *cb);
54 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()
110 struct nl_sock *cmd_sock; // command socket object111 struct nl_sock *event_sock; // event socket object112 struct nl_sock *user_sock; // user socket object
77 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()
181 struct nl_sock *cmd_sock; // command socket object182 struct nl_sock *event_sock; // event socket object
118 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()