Searched refs:mcgrp (Results 1 – 2 of 2) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 558 struct nlattr *mcgrp = NULL; in handleResponse() local 568 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse() 572 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, (nlattr *)nla_data(mcgrp), in handleResponse() 573 nla_len(mcgrp), NULL); in handleResponse()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 862 struct nlattr *mcgrp = NULL; in handleResponse() local 873 for_each_attr(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in handleResponse() 877 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, (nlattr *)nla_data(mcgrp), in handleResponse() 878 nla_len(mcgrp), NULL); in handleResponse()
|