-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Make the following bits work on Mac (if even possible) ... I am researching comparable commands.
Line 49 in 3147510
func (w *Wireless) downNetworkManager() *InternalError { |
Line 61 in 3147510
func (w *Wireless) upNetworkManager() *InternalError { |
Line 96 in 3147510
for idx, iface := range ifaces { |
Line 140 in 3147510
_, err := ExecCommand("ip", "link", "set", iface, "down") |
Line 147 in 3147510
_, err = ExecCommand("iwconfig", iface, "mode", mode) |
Line 154 in 3147510
_, err = ExecCommand("ip", "link", "set", iface, "up") |
Narasimha1997
Metadata
Metadata
Assignees
Labels
No labels