eap: Use pen_t instead of uint32_t for vendor ID
This commit is contained in:
@@ -78,7 +78,7 @@ METHOD(eap_method_t, process, status_t,
|
||||
}
|
||||
|
||||
METHOD(eap_method_t, get_type, eap_type_t,
|
||||
private_eap_peap_t *this, uint32_t *vendor)
|
||||
private_eap_peap_t *this, pen_t *vendor)
|
||||
{
|
||||
*vendor = 0;
|
||||
return EAP_PEAP;
|
||||
|
||||
Reference in New Issue
Block a user