FST: Print debug entry on MB IE update based on EVENT_AUTH
This is more consistent with all the other callers of wpas_fst_update_mbie(). Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
ce96e65cb7
commit
58059e6c0c
1 changed files with 4 additions and 1 deletions
|
@ -3325,7 +3325,10 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
|
||||||
switch (event) {
|
switch (event) {
|
||||||
case EVENT_AUTH:
|
case EVENT_AUTH:
|
||||||
#ifdef CONFIG_FST
|
#ifdef CONFIG_FST
|
||||||
wpas_fst_update_mbie(wpa_s, data->auth.ies, data->auth.ies_len);
|
if (!wpas_fst_update_mbie(wpa_s, data->auth.ies,
|
||||||
|
data->auth.ies_len))
|
||||||
|
wpa_printf(MSG_DEBUG,
|
||||||
|
"FST: MB IEs updated from auth IE");
|
||||||
#endif /* CONFIG_FST */
|
#endif /* CONFIG_FST */
|
||||||
sme_event_auth(wpa_s, data);
|
sme_event_auth(wpa_s, data);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue