mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 20:39:40 -08:00
parent
5ee1a494e3
commit
6ab687553d
|
@ -229,7 +229,9 @@ func (env *Shell) wifiNetwork() (*Connection, error) {
|
|||
}
|
||||
|
||||
func (env *Shell) parseNetworkInterface(network *WLAN_INTERFACE_INFO, clientHandle uint32) (*Connection, error) {
|
||||
info := Connection{}
|
||||
info := Connection{
|
||||
Type: WIFI,
|
||||
}
|
||||
|
||||
// Query wifi connection state
|
||||
var dataSize uint16
|
||||
|
|
Loading…
Reference in a new issue