Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2.py441 auth_cmd = AuthCommand()
443 fmt = '>HII I I%us IH%us' % (len(auth_cmd), ds)
450 len(auth_cmd),
451 bytes(auth_cmd),
552 auth_cmd = AuthCommand()
571 (len(auth_cmd), len(sensitive), len(public))
578 len(auth_cmd),
579 bytes(auth_cmd),
598 auth_cmd = AuthCommand()
609 (len(auth_cmd), len(sensitive), len(public))
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A 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()