mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
station: add auth/assoc debug events
These will be useful to trigger behavior around authentication and association.
This commit is contained in:
parent
300f0ddac5
commit
d92e4c5663
@ -3486,10 +3486,10 @@ static void station_netdev_event(struct netdev *netdev, enum netdev_event event,
|
|||||||
|
|
||||||
switch (event) {
|
switch (event) {
|
||||||
case NETDEV_EVENT_AUTHENTICATING:
|
case NETDEV_EVENT_AUTHENTICATING:
|
||||||
l_debug("Authenticating");
|
station_debug_event(station, "authenticating");
|
||||||
break;
|
break;
|
||||||
case NETDEV_EVENT_ASSOCIATING:
|
case NETDEV_EVENT_ASSOCIATING:
|
||||||
l_debug("Associating");
|
station_debug_event(station, "associating");
|
||||||
break;
|
break;
|
||||||
case NETDEV_EVENT_DISCONNECT_BY_AP:
|
case NETDEV_EVENT_DISCONNECT_BY_AP:
|
||||||
case NETDEV_EVENT_DISCONNECT_BY_SME:
|
case NETDEV_EVENT_DISCONNECT_BY_SME:
|
||||||
|
Loading…
Reference in New Issue
Block a user