Fix enterprise network connection by using right variable
A static WirelessNetwork._securityTypes
variable does exist, but the correct variable when checking autoconnect possibility is this._securityType
; this._securityTypes
is undefined, causing clicking an enterprise network name do nothing instead of properly opening GNOME Settings panel. (Has been broken since at least GNOME 3.38, possibly earlier.)
Closes #7698 (closed)