Searched refs:NL80211_ATTR_KEY_SEQ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nl80211.h | 2277 NL80211_ATTR_KEY_SEQ, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nl80211.h | 2277 NL80211_ATTR_KEY_SEQ, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nl80211.h | 2555 NL80211_ATTR_KEY_SEQ, enumerator
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | nl80211.c | 447 [NL80211_ATTR_KEY_SEQ] = { .type = NLA_BINARY, .len = 16 }, 1211 if (info->attrs[NL80211_ATTR_KEY_SEQ]) { in nl80211_parse_key_old() 1212 k->p.seq = nla_data(info->attrs[NL80211_ATTR_KEY_SEQ]); in nl80211_parse_key_old() 1213 k->p.seq_len = nla_len(info->attrs[NL80211_ATTR_KEY_SEQ]); in nl80211_parse_key_old() 3975 nla_put(cookie->msg, NL80211_ATTR_KEY_SEQ, in get_key_callback() 16335 (tsc && nla_put(msg, NL80211_ATTR_KEY_SEQ, 6, tsc))) in nl80211_michael_mic_failure()
|