Home | History | Annotate | Download | only in iw

Lines Matching defs:gnlh

296 	struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
323 nla_parse(tb, NL80211_ATTR_MAX, genlmsg_attrdata(gnlh, 0),
324 genlmsg_attrlen(gnlh, 0), NULL);
342 switch (gnlh->cmd) {
352 if (gnlh->cmd == NL80211_CMD_SCAN_ABORTED)
613 gnlh->cmd, command_name(gnlh->cmd));
631 struct genlmsghdr *gnlh = nlmsg_data(nlmsg_hdr(msg));
635 if (gnlh->cmd == wait->cmds[i]) {
636 wait->cmd = gnlh->cmd;