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
78 struct cld80211_ctx *cld80211_init();
83 void cld80211_deinit(struct cld80211_ctx *ctx);
88 struct nl_msg *cld80211_msg_alloc(struct cld80211_ctx *ctx, int cmd,
94 int cld80211_send_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg);
99 int cld80211_send_recv_msg(struct cld80211_ctx *ctx, struct nl_msg *nlmsg,
107 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup);
113 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup);
138 int cld80211_recv(struct cld80211_ctx *ctx, int timeout, bool recv_multi_msg,
146 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, 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/qcwcn/wifi_hal/
Dcommon.h109 struct cld80211_ctx;
173 struct cld80211_ctx *cldctx;