Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/tpm2/
Dtpm2.py437 auth_cmd = AuthCommand()
439 fmt = '>HII I I%us IH%us' % (len(auth_cmd), ds)
446 len(auth_cmd),
447 bytes(auth_cmd),
548 auth_cmd = AuthCommand()
567 (len(auth_cmd), len(sensitive), len(public))
574 len(auth_cmd),
575 bytes(auth_cmd),
594 auth_cmd = AuthCommand()
605 (len(auth_cmd), len(sensitive), len(public))
[all …]
/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1110 struct wmi_ft_auth_cmd auth_cmd; in wil_ft_connect() local
1144 memset(&auth_cmd, 0, sizeof(auth_cmd)); in wil_ft_connect()
1145 auth_cmd.channel = sme->channel->hw_value - 1; in wil_ft_connect()
1146 ether_addr_copy(auth_cmd.bssid, sme->bssid); in wil_ft_connect()
1152 &auth_cmd, sizeof(auth_cmd)); in wil_ft_connect()