eap: Use pen_t instead of uint32_t for vendor ID

This commit is contained in:
Tobias Brunner
2022-09-21 13:53:44 +02:00
parent 8f5ff23d6c
commit f6e6fcd2f6
29 changed files with 60 additions and 59 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ METHOD(eap_method_t, initiate, status_t,
}
METHOD(eap_method_t, get_type, eap_type_t,
private_eap_sim_peer_t *this, uint32_t *vendor)
private_eap_sim_peer_t *this, pen_t *vendor)
{
*vendor = 0;
return EAP_SIM;
@@ -552,7 +552,7 @@ METHOD(eap_method_t, process, status_t,
}
METHOD(eap_method_t, get_type, eap_type_t,
private_eap_sim_server_t *this, uint32_t *vendor)
private_eap_sim_server_t *this, pen_t *vendor)
{
*vendor = 0;
return EAP_SIM;