Searched refs:cld80211_ctx (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/wlan/wcn6740/cld80211-lib/ |
D | cld80211_lib.h | 43 struct cld80211_ctx { struct 84 struct cld80211_ctx *cld80211_init(void); 89 void cld80211_deinit(struct cld80211_ctx *ctx); 94 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd, 100 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg); 105 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg, 113 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup); 119 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup); 144 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg, 152 void exit_cld80211_recv(struct cld80211_ctx *ctx);
|
D | cld80211_lib.c | 87 static int init_exit_sockets(struct cld80211_ctx *ctx) in init_exit_sockets() 101 static void cleanup_exit_sockets(struct cld80211_ctx *ctx) in cleanup_exit_sockets() 115 void exit_cld80211_recv(struct cld80211_ctx *ctx) in exit_cld80211_recv() 239 static int get_multicast_id(struct cld80211_ctx *ctx, const char *group) in get_multicast_id() 260 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_add_mcast_group() 283 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_remove_mcast_group() 309 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd, in cld80211_msg_alloc() 341 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg) in cld80211_send_msg() 360 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg, in cld80211_send_recv_msg() 406 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg, in cld80211_recv() [all …]
|
/hardware/qcom/wlan/legacy/cld80211-lib/ |
D | cld80211_lib.h | 43 struct cld80211_ctx { struct 84 struct cld80211_ctx *cld80211_init(void); 89 void cld80211_deinit(struct cld80211_ctx *ctx); 94 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd, 100 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg); 105 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg, 113 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup); 119 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup); 144 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg, 152 void exit_cld80211_recv(struct cld80211_ctx *ctx);
|
D | cld80211_lib.c | 76 static int init_exit_sockets(struct cld80211_ctx *ctx) in init_exit_sockets() 90 static void cleanup_exit_sockets(struct cld80211_ctx *ctx) in cleanup_exit_sockets() 104 void exit_cld80211_recv(struct cld80211_ctx *ctx) in exit_cld80211_recv() 228 static int get_multicast_id(struct cld80211_ctx *ctx, const char *group, bool sync_driver) in get_multicast_id() 251 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_add_mcast_group() 274 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_remove_mcast_group() 298 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd, in cld80211_msg_alloc() 330 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg) in cld80211_send_msg() 349 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg, in cld80211_send_recv_msg() 395 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg, in cld80211_recv() [all …]
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | common.h | 111 struct cld80211_ctx; 175 struct cld80211_ctx *cldctx;
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | common.h | 146 struct cld80211_ctx; 212 struct cld80211_ctx *cldctx;
|