Skip to content

Port for Mac use #1

@jason-costello

Description

@jason-costello

Make the following bits work on Mac (if even possible) ... I am researching comparable commands.

func (w *Wireless) downNetworkManager() *InternalError {

func (w *Wireless) upNetworkManager() *InternalError {

for idx, iface := range ifaces {

_, err := ExecCommand("ip", "link", "set", iface, "down")

_, err = ExecCommand("iwconfig", iface, "mode", mode)

_, err = ExecCommand("ip", "link", "set", iface, "up")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions