Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnl80211.h3928 NL80211_WOWLAN_TCP_DST_PORT, enumerator
/linux-4.1.27/net/wireless/
Dnl80211.c445 [NL80211_WOWLAN_TCP_DST_PORT] = { .type = NLA_U16 },
8800 nla_put_u16(msg, NL80211_WOWLAN_TCP_DST_PORT, tcp->dst_port) || in nl80211_send_wowlan_tcp()
8969 !tb[NL80211_WOWLAN_TCP_DST_PORT] || in nl80211_parse_wowlan_tcp()
9061 cfg->dst_port = nla_get_u16(tb[NL80211_WOWLAN_TCP_DST_PORT]); in nl80211_parse_wowlan_tcp()