mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 22:07:25 -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) {
|
func (env *Shell) parseNetworkInterface(network *WLAN_INTERFACE_INFO, clientHandle uint32) (*Connection, error) {
|
||||||
info := Connection{}
|
info := Connection{
|
||||||
|
Type: WIFI,
|
||||||
|
}
|
||||||
|
|
||||||
// Query wifi connection state
|
// Query wifi connection state
|
||||||
var dataSize uint16
|
var dataSize uint16
|
||||||
|
|
Loading…
Reference in a new issue