Searched refs:NL80211_ATTR_KEY_SEQ (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dnl80211.h398 * and %NL80211_ATTR_KEY_SEQ attributes. %NL80211_ATTR_MAC represents
649 * %NL80211_ATTR_KEY_SEQ to indicate the TSC value of the frame; this
1681 * @NL80211_ATTR_KEY_SEQ: transmit key sequence number (IV/PN) for TKIP and
2879 NL80211_ATTR_KEY_SEQ, enumerator in enum:nl80211_attrs
/linux-master/net/wireless/
H A Dnl80211.c512 [NL80211_ATTR_KEY_SEQ] = { .type = NLA_BINARY, .len = 16 },
1371 if (info->attrs[NL80211_ATTR_KEY_SEQ]) {
1372 k->p.seq = nla_data(info->attrs[NL80211_ATTR_KEY_SEQ]);
1373 k->p.seq_len = nla_len(info->attrs[NL80211_ATTR_KEY_SEQ]);
4458 nla_put(cookie->msg, NL80211_ATTR_KEY_SEQ,
18489 (tsc && nla_put(msg, NL80211_ATTR_KEY_SEQ, 6, tsc)))

Completed in 157 milliseconds