Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dnl80211.h5916 NL80211_WOWLAN_TCP_DST_PORT, enumerator
/linux-6.12.1/net/wireless/
Dnl80211.c876 [NL80211_WOWLAN_TCP_DST_PORT] = { .type = NLA_U16 },
13393 nla_put_u16(msg, NL80211_WOWLAN_TCP_DST_PORT, tcp->dst_port) || in nl80211_send_wowlan_tcp()
13607 !tb[NL80211_WOWLAN_TCP_DST_PORT] || in nl80211_parse_wowlan_tcp()
13699 cfg->dst_port = nla_get_u16(tb[NL80211_WOWLAN_TCP_DST_PORT]); in nl80211_parse_wowlan_tcp()