Home
last modified time | relevance | path

Searched refs:nl_sock (Results 1 – 7 of 7) 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.h77 struct nl_sock *cmd_sock; // command socket object
78 struct nl_sock *event_sock; // event socket object
Dwifi_hal.cpp68 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
81 static nl_sock * wifi_create_nl_socket(int port) in wifi_create_nl_socket()
84 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket()
156 struct nl_sock *cmd_sock = wifi_create_nl_socket(WIFI_HAL_CMD_SOCK_PORT); in wifi_initialize()
162 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT); in wifi_initialize()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h127 struct nl_sock *cmd_sock; // command socket object
128 struct nl_sock *event_sock; // event socket object
Dwifi_hal.cpp64 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
70 static nl_sock * wifi_create_nl_socket(int port) in wifi_create_nl_socket()
73 struct nl_sock *sock = nl_socket_alloc(); in wifi_create_nl_socket()
117 struct nl_sock *cmd_sock = wifi_create_nl_socket(WIFI_HAL_CMD_SOCK_PORT); in wifi_initialize()
123 struct nl_sock *event_sock = wifi_create_nl_socket(WIFI_HAL_EVENT_SOCK_PORT); in wifi_initialize()
/hardware/libhardware_legacy/include/hardware_legacy/
Ddriver_nl80211.h51 #define nl_handle nl_sock