Searched refs:NL80211_KEY_SEQ (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1017 NL80211_KEY_SEQ, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nl80211.h | 4751 * @NL80211_KEY_SEQ: transmit key sequence number (IV/PN) for TKIP and 4773 NL80211_KEY_SEQ, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nl80211.h | 5205 * @NL80211_KEY_SEQ: transmit key sequence number (IV/PN) for TKIP and 5227 NL80211_KEY_SEQ, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1114 NL80211_KEY_SEQ, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nl80211.h | 1102 NL80211_KEY_SEQ, enumerator
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 734 [NL80211_KEY_SEQ] = { .type = NLA_BINARY, .len = 16 }, 1173 if (tb[NL80211_KEY_SEQ]) { in nl80211_parse_key_new() 1174 k->p.seq = nla_data(tb[NL80211_KEY_SEQ]); in nl80211_parse_key_new() 1175 k->p.seq_len = nla_len(tb[NL80211_KEY_SEQ]); in nl80211_parse_key_new() 3993 nla_put(cookie->msg, NL80211_KEY_SEQ, in get_key_callback()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 828 [NL80211_KEY_SEQ] = { .type = NLA_BINARY, .len = 16 }, 1322 if (tb[NL80211_KEY_SEQ]) { in nl80211_parse_key_new() 1323 k->p.seq = nla_data(tb[NL80211_KEY_SEQ]); in nl80211_parse_key_new() 1324 k->p.seq_len = nla_len(tb[NL80211_KEY_SEQ]); in nl80211_parse_key_new() 4468 nla_put(cookie->msg, NL80211_KEY_SEQ, in get_key_callback()
|
Completed in 84 milliseconds