pc/wifi: get RFKILL state on frontend construction

Issue #4537.
This commit is contained in:
Josef Söntgen 2022-06-24 13:34:35 +02:00 committed by Christian Helmuth
parent 10451652f4
commit a90abbc22e

View File

@ -1581,6 +1581,9 @@ struct Wifi::Frontend
/* read in list of APs */
_config_update(false);
/* get initial RFKILL state */
_handle_rfkill();
/* kick-off initial scanning */
_handle_scan_timer();
}