Home
last modified time | relevance | path

Searched refs:gnlh (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Difaceeventhandler.cpp189 struct genlmsghdr *gnlh = event.header(); in handleEvent() local
190 mSubcmd = gnlh->cmd; in handleEvent()
191 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0), in handleEvent()
192 genlmsg_attrlen(gnlh, 0), NULL); in handleEvent()
193 ALOGV("Got NL Event : %d from the Driver.", gnlh->cmd); in handleEvent()
Dcpp_bindings.cpp759 struct genlmsghdr *gnlh = reply.header(); in handleResponse() local
761 if (gnlh->cmd == NL80211_CMD_VENDOR) { in handleResponse()
776 struct genlmsghdr *gnlh = event.header(); in handleEvent() local
778 if (gnlh->cmd == NL80211_CMD_VENDOR) { in handleEvent()
Dwifi_hal.cpp861 struct genlmsghdr *gnlh = reply.header(); in handleResponse() local
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_hal.cpp557 struct genlmsghdr *gnlh = reply.header(); in handleResponse() local