/** * struct iwl_mld_wowlan_data - data used by the wowlan suspend flow * * @target_ipv6_addrs: IPv6 addresses on this interface for offload * @tentative_addrs: bitmap of tentative IPv6 addresses in @target_ipv6_addrs * @num_target_ipv6_addrs: number of @target_ipv6_addrs * @rekey_data: security key data used for rekeying during D3
*/ struct iwl_mld_wowlan_data { #if IS_ENABLED(CONFIG_IPV6) struct in6_addr target_ipv6_addrs[IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX]; unsignedlong tentative_addrs[BITS_TO_LONGS(IWL_PROTO_OFFLOAD_NUM_IPV6_ADDRS_MAX)]; int num_target_ipv6_addrs; #endif struct iwl_mld_rekey_data rekey_data;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.