1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-02-12 16:01:55 +00:00

re-dispatch wpa_message with ifname!=NULL from supplicant_global_fn() to supplicant_dev_fn()

This commit is contained in:
Derek Dai 2016-09-14 11:29:55 +08:00
parent 1cc667a00c
commit a9266e5055

View file

@ -2147,6 +2147,9 @@ static int supplicant_global_fn(struct wpas *w,
}
/* ignore events on the global-iface, we only listen on dev-iface */
if(wpas_message_get_ifname(m)) {
supplicant_event(s, m);
}
return 0;