Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/tpm2/
H A Dtpm2.py451 len(auth_cmd),
452 bytes(auth_cmd),
579 len(auth_cmd),
580 bytes(auth_cmd),
617 len(auth_cmd),
618 bytes(auth_cmd),
644 len(auth_cmd),
645 bytes(auth_cmd),
662 len(auth_cmd),
663 bytes(auth_cmd))
[all …]
/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1131 struct wmi_ft_auth_cmd auth_cmd; in wil_ft_connect() local
1165 memset(&auth_cmd, 0, sizeof(auth_cmd)); in wil_ft_connect()
1166 auth_cmd.channel = sme->channel->hw_value - 1; in wil_ft_connect()
1167 ether_addr_copy(auth_cmd.bssid, sme->bssid); in wil_ft_connect()
1173 &auth_cmd, sizeof(auth_cmd)); in wil_ft_connect()