LuCI.network. WifiVlan

A Network.WifiVlan class instance represents a vlan on a WifiNetwork.

Methods

getI18n() → {string}

Get a long description string for the wifi vlan.

Returns:

Returns a string containing the vlan id and the vlan name, if it is different than the vlan id

Type: 
string

getIfname() → {string}

Get the Linux network device name of the wifi vlan.

Returns:

Returns the current network device name for this wifi vlan.

Type: 
string

getName() → {string}

Get the name of the wifi vlan.

Returns:

Returns the name.

Type: 
string

getNetwork() → {string}

Get the network of the wifi vlan.

Returns:

Returns the network.

Type: 
string

getVlanId() → {number}

Get the vlan id of the wifi vlan.

Returns:

Returns the vlan id.

Type: 
number