Lines Matching defs:wme
5498 struct nl_msg *msg, *wme = NULL;5534 wme = nlmsg_alloc();5535 if (!wme)5538 NLA_PUT_U8(wme, NL80211_STA_WME_UAPSD_QUEUES,5540 NLA_PUT_U8(wme, NL80211_STA_WME_MAX_SP,5543 nla_put_nested(msg, NL80211_ATTR_STA_WME, wme);5555 nlmsg_free(wme);