Searched refs:gnlh (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | ifaceeventhandler.cpp | 184 struct genlmsghdr *gnlh = event.header(); in handleEvent() local 185 mSubcmd = gnlh->cmd; in handleEvent() 186 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in handleEvent() 187 genlmsg_attrlen(gnlh, 0), NULL); in handleEvent() 188 ALOGV("Got NL Event : %d from the Driver.", gnlh->cmd); in handleEvent()
|
D | cpp_bindings.cpp | 757 struct genlmsghdr *gnlh = reply.header(); in handleResponse() local 759 if (gnlh->cmd == NL80211_CMD_VENDOR) { in handleResponse() 773 struct genlmsghdr *gnlh = event.header(); in handleEvent() local 775 if (gnlh->cmd == NL80211_CMD_VENDOR) { in handleEvent()
|
/hardware/qcom/wlan/cld80211-lib/ |
D | cld80211_lib.c | 200 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg)); in family_handler() local 204 nla_parse(tb, CTRL_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in family_handler() 205 genlmsg_attrlen(gnlh, 0), NULL); in family_handler()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 575 struct genlmsghdr *gnlh = reply.header(); in handleResponse() local
|