Home
last modified time | relevance | path

Searched refs:NL80211_WOWLAN_TCP_DST_PORT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dnl80211.h4949 NL80211_WOWLAN_TCP_DST_PORT, enumerator
/Linux-v5.4/net/wireless/
Dnl80211.c674 [NL80211_WOWLAN_TCP_DST_PORT] = { .type = NLA_U16 },
11181 nla_put_u16(msg, NL80211_WOWLAN_TCP_DST_PORT, tcp->dst_port) || in nl80211_send_wowlan_tcp()
11395 !tb[NL80211_WOWLAN_TCP_DST_PORT] || in nl80211_parse_wowlan_tcp()
11487 cfg->dst_port = nla_get_u16(tb[NL80211_WOWLAN_TCP_DST_PORT]); in nl80211_parse_wowlan_tcp()