Searched refs:nl_sock (Results 1 – 6 of 6) 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()
93 struct nl_sock *cmd_sock; // command socket object94 struct nl_sock *event_sock; // event socket object95 struct nl_sock *user_sock; // user socket object
67 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()
164 struct nl_sock *cmd_sock; // command socket object165 struct nl_sock *event_sock; // event socket object
90 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()