Home
last modified time | relevance | path

Searched refs:NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN (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 Dnl80211.h4744 NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN, 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 Dnl80211.h4744 NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnl80211.h5318 NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN, enumerator
/OK3568_Linux_fs/kernel/net/wireless/
H A Dnl80211.c775 [NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN] = {
1557 if (tcp->tok && nla_put(msg, NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN, in nl80211_send_wowlan_tcp_caps()
11839 nla_put(msg, NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN, in nl80211_send_wowlan_tcp()
12060 if (tb[NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN]) { in nl80211_parse_wowlan_tcp()
12061 u32 tokln = nla_len(tb[NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN]); in nl80211_parse_wowlan_tcp()
12063 tok = nla_data(tb[NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN]); in nl80211_parse_wowlan_tcp()