Searched refs:tb_iface (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | radio_mode.cpp | 146 struct nlattr *tb_iface; in handleEvent() local 149 … for (tb_iface = (struct nlattr *) nla_data(tb2[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO]), in handleEvent() 151 nla_ok(tb_iface, rem_info);tb_iface = nla_next(tb_iface, &(rem_info))) { in handleEvent() 157 … (struct nlattr *) nla_data(tb_iface), nla_len(tb_iface), NULL); in handleEvent()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | radio_mode.cpp | 196 struct nlattr *tb_iface; in handleEvent() local 199 … for (tb_iface = (struct nlattr *) nla_data(tb2[QCA_WLAN_VENDOR_ATTR_MAC_IFACE_INFO]), in handleEvent() 201 nla_ok(tb_iface, rem_info);tb_iface = nla_next(tb_iface, &(rem_info))) { in handleEvent() 207 … (struct nlattr *) nla_data(tb_iface), nla_len(tb_iface), NULL); in handleEvent()
|