Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/tpm2/
Dtpm2.py442 auth_cmd = AuthCommand()
444 fmt = '>HII I I%us IH%us' % (len(auth_cmd), ds)
451 len(auth_cmd),
452 bytes(auth_cmd),
553 auth_cmd = AuthCommand()
572 (len(auth_cmd), len(sensitive), len(public))
579 len(auth_cmd),
580 bytes(auth_cmd),
599 auth_cmd = AuthCommand()
610 (len(auth_cmd), len(sensitive), len(public))
[all …]
/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1134 struct wmi_ft_auth_cmd auth_cmd; in wil_ft_connect() local
1168 memset(&auth_cmd, 0, sizeof(auth_cmd)); in wil_ft_connect()
1169 auth_cmd.channel = sme->channel->hw_value - 1; in wil_ft_connect()
1170 ether_addr_copy(auth_cmd.bssid, sme->bssid); in wil_ft_connect()
1176 &auth_cmd, sizeof(auth_cmd)); in wil_ft_connect()