Skip to content

Type errors : NETOWRK instead of NETWORK #3

@mitevdev

Description

@mitevdev

`WpaCLI.prototype.removeNetwork = function (netId, cb) {
this.request('REMOVE_NETOWRK ' + netId, cb);
};

WpaCLI.prototype.disableNetwork = function (netId, cb) {
this.request('DISABLE_NETOWRK ' + netId, cb);
};`

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