Documentation
¶
Index ¶
Constants ¶
View Source
const ( UsernameFlagName = "username" PasswordFlagName = "password" )
View Source
const ( ControllersFlagName = "controllers" AllowInsecureAccessFlagName = "insecure" PrintFormatFlagName = "format" TimeoutFlagName = "timeout" RadioFlagName = "radio" SSIDFlagName = "ssid" SortByFlagName = "sort-by" SortOrderFlagName = "sort-order" APNameFlagName = "ap-name" PrintFormatJSON = "json" PrintFormatTable = "table" OrderByAscending = "asc" OrderByDescending = "desc" RadioSlotNumSlot0ID = 0 RadioSlotNumSlot1ID = 1 RadioSlotNumSlot2ID = 2 )
View Source
const ( OverviewHeaderApMac = "APMac" OverviewHeaderApRadioID = "Radio" OverviewHeaderApOperStatus = "Status" OverviewHeaderChannelNumber = "Channel" OverviewHeaderChannelUtilization = "ChannelUtilization" OverviewHeaderClientCount = "ClientCount" OverviewHeaderRFTagName = "RFTagName" OverviewHeaderTxPower = "TxPower" ShowClientHeaderBand = "Band" ShowClientHeaderHostname = "Hostname" ShowClientHeaderIP = "IPAddress" ShowClientHeaderMacAddress = "MACAddress" ShowClientHeaderProtocol = "Protocol" ShowClientHeaderRSSI = "RSSI" ShowClientHeaderRxTraffic = "RxTraffic" ShowClientHeaderSNR = "SNR" ShowClientHeaderSSID = "SSID" ShowClientHeaderState = "State" ShowClientHeaderStream = "Stream" ShowClientHeaderThroughput = "Throughput" ShowClientHeaderTxTraffic = "TxTraffic" ShowClientHeaderUsername = "Username" ShowCommonHeaderApName = "APName" ShowCommonHeaderController = "Controller" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
GenerateCmdConfig GenerateCmdConfig
ShowCmdConfig ShowCmdConfig
}
func (*Config) SetGenerateCmdConfig ¶
SetGenerateCmdConfig initializes the configuration
func (*Config) SetShowCmdConfig ¶
SetShowCmdConfig initializes the configuration
type Controller ¶
type GenerateCmdConfig ¶
GenerateCmdConfig holds generate command configuration
Click to show internal directories.
Click to hide internal directories.