Searched refs:mcgroup (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 251 int cld80211_add_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_add_mcast_group() argument 253 if (!ctx || !mcgroup) { in cld80211_add_mcast_group() 257 int id = get_multicast_id(ctx, mcgroup, true); in cld80211_add_mcast_group() 260 getprogname(), mcgroup, errno, id); in cld80211_add_mcast_group() 267 getprogname(), mcgroup, errno); in cld80211_add_mcast_group() 274 int cld80211_remove_mcast_group(struct cld80211_ctx *ctx, const char* mcgroup) in cld80211_remove_mcast_group() argument 276 if (!ctx || !mcgroup) { in cld80211_remove_mcast_group() 280 int id = get_multicast_id(ctx, mcgroup, false); in cld80211_remove_mcast_group() 283 getprogname(), mcgroup, errno, id); in cld80211_remove_mcast_group() 290 " ret: %d", getprogname(), mcgroup, errno, ret); in cld80211_remove_mcast_group()
|
D | cld80211_lib.h | 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);
|