Skip to content

Guard access to wirelessNetworkInterface in wirelessNetwork

David Edmundson requested to merge work/d_ed/nm_device into master

WirelessNetwork is managed as a shared pointer, wirelessNetworkInterface has a lifespan of the interface being alive.

Throughout this class access is guarded except in updateStrength, which comes from the access point so can still be active outliving the Network object.

BUG: 459500

Merge request reports

Loading