Home
last modified time | relevance | path

Searched refs:cld80211_ctx (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/wlan/cld80211-lib/
Dcld80211_lib.h43 struct cld80211_ctx { struct
73 struct cld80211_ctx *cld80211_init();
78 void cld80211_deinit(struct cld80211_ctx *ctx);
83 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd,
89 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg);
94 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg,
102 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup);
108 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup);
133 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg,
141 void exit_cld80211_recv(struct cld80211_ctx *ctx);
Dcld80211_lib.c76 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) in get_multicast_id()
249 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_add_mcast_group()
272 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_remove_mcast_group()
296 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd, in cld80211_msg_alloc()
328 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg) in cld80211_send_msg()
347 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg, in cld80211_send_recv_msg()
393 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg, in cld80211_recv()
[all …]
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h94 struct cld80211_ctx;
150 struct cld80211_ctx *cldctx;