Merge 669ed2c852
into 2f2a287928
This commit is contained in:
commit
da04a3925f
@ -395,9 +395,6 @@ static void wifi_station_delete(struct wifi_station* station)
|
|||||||
/* */
|
/* */
|
||||||
log_printf(LOG_INFO, "Delete station: " MACSTR, MAC2STR(station->address));
|
log_printf(LOG_INFO, "Delete station: " MACSTR, MAC2STR(station->address));
|
||||||
|
|
||||||
/* */
|
|
||||||
wifi_station_clean(station);
|
|
||||||
|
|
||||||
/* Delay delete station */
|
/* Delay delete station */
|
||||||
station->timeout_action = WIFI_STATION_TIMEOUT_ACTION_DELETE;
|
station->timeout_action = WIFI_STATION_TIMEOUT_ACTION_DELETE;
|
||||||
station->timeout.repeat = WIFI_STATION_TIMEOUT_AFTER_DEAUTHENTICATED / 1000.0;
|
station->timeout.repeat = WIFI_STATION_TIMEOUT_AFTER_DEAUTHENTICATED / 1000.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user