Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 8b274d7f2152b949bc66f099268964b9384aa750
https://github.com/tianocore/edk2/commit/8b274d7f2152b949bc66f099268964b9384aa750
Author: Zachary Clark-Williams <[email protected]>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c
M NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c
M NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrImpl.c
Log Message:
-----------
WifiConnectionManager: Scan timer reconfig connect
When the Wifi network is enabled the connection
manager will trigger a network scan without a
profile to use. If there is a connected network
or attempting a connection, the scan will
interrupt and break the connection.
Fix - The Wifi Connection Manager will register
the scan on timer tick but will not set the timer.
This timer will only be set when the user enters or
selects a profile for connection in the BIOS menu.
If the user does not select a profile there is no
need to start a scan timer. Additionally the scan
on timer tick will check for a profile to connect
and if no profile found then cancel the timer and
exit. When the driver loads it will check for a
profile and if one is found then the scan timer
will be set. If no profile is found then the
driver will not set the scan timer and will
not attempt to scan. This will prevent the
driver from scanning and breaking a connection
if the user does not select a profile.
Signed-off-by: Zachary Clark-Williams <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits