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

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

Completed in 119 milliseconds