EAP peer: Use 32-bit EAP method type for Phase 2 processing
This is a step towards enabling expanded EAP header within Phase 2 EAP methods. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
febf575200
commit
a867082cb8
2 changed files with 2 additions and 2 deletions
|
@ -998,7 +998,7 @@ int eap_peer_select_phase2_methods(struct eap_peer_config *config,
|
|||
{
|
||||
char *start, *pos, *buf;
|
||||
struct eap_method_type *methods = NULL, *_methods;
|
||||
u8 method;
|
||||
u32 method;
|
||||
size_t num_methods = 0, prefix_len;
|
||||
|
||||
if (config == NULL || config->phase2 == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue