Documentation
¶
Overview ¶
Package cisco provides AP-related operations for Cisco WNC
Package cisco provides a wrapper around the cisco-ios-xe-wireless-go library ¶
Package cisco provides Client-related operations for Cisco WNC ¶
Package cisco provides Dot11-related operations for Cisco WNC ¶
Package cisco provides Radio-related operations for Cisco WNC ¶
Package cisco provides RF-related operations for Cisco WNC ¶
Package cisco provides RRM-related operations for Cisco WNC ¶
Package cisco provides WLAN-related operations for Cisco WNC
Index ¶
- type ApCfgResponse
- type ApGlobalOperResponse
- type ApOperCapwapDataResponse
- type ApOperData
- type ApOperLldpNeighResponse
- type ApOperOperDataResponse
- type ApOperRadioOperDataResponse
- type ApOperResponse
- type CapwapData
- type Client
- func NewClient(controller, apikey string, isSecure *bool) (*Client, error)
- func NewClientWithConfig(config wnc.Config) (*Client, error)
- func NewClientWithOptions(controller, apikey string, options ...ClientOption) (*Client, error)
- func NewClientWithTimeout(controller, apikey string, timeout time.Duration, isSecure *bool) (*Client, error)
- type ClientGlobalOperResponse
- type ClientOperResponse
- type ClientOption
- type Dot11CfgResponse
- type LldpNeigh
- type RadioCfgResponse
- type RadioOperData
- type RfTagsResponse
- type RrmCfgResponse
- type RrmGlobalOperResponse
- type RrmMeasurementResponse
- type RrmOperResponse
- type WlanCfgResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApGlobalOperResponse ¶
type ApGlobalOperResponse = ap.ApGlobalOperResponse
AP-related type aliases
func GetApGlobalOper ¶
func GetApGlobalOper(client *Client, ctx context.Context) (*ApGlobalOperResponse, error)
GetApGlobalOper retrieves global operational data for access points
type ApOperCapwapDataResponse ¶
type ApOperCapwapDataResponse = ap.ApOperCapwapDataResponse
AP-related type aliases
func GetApCapwapData ¶
func GetApCapwapData(client *Client, ctx context.Context) (*ApOperCapwapDataResponse, error)
GetApCapwapData retrieves CAPWAP data for access points
type ApOperLldpNeighResponse ¶
type ApOperLldpNeighResponse = ap.ApOperLldpNeighResponse
AP-related type aliases
func GetApLldpNeigh ¶
func GetApLldpNeigh(client *Client, ctx context.Context) (*ApOperLldpNeighResponse, error)
GetApLldpNeigh retrieves LLDP neighbor information for access points
type ApOperOperDataResponse ¶
type ApOperOperDataResponse = ap.ApOperOperDataResponse
AP-related type aliases
func GetApOperData ¶
func GetApOperData(client *Client, ctx context.Context) (*ApOperOperDataResponse, error)
GetApOperData retrieves operational data for access points
type ApOperRadioOperDataResponse ¶
type ApOperRadioOperDataResponse = ap.ApOperRadioOperDataResponse
AP-related type aliases
func GetApRadioOperData ¶
func GetApRadioOperData(client *Client, ctx context.Context) (*ApOperRadioOperDataResponse, error)
GetApRadioOperData retrieves radio operational data for access points
type Client ¶
Client represents a WNC client
func NewClientWithConfig ¶
NewClientWithConfig creates a new WNC client with a Config struct
func NewClientWithOptions ¶
func NewClientWithOptions(controller, apikey string, options ...ClientOption) (*Client, error)
NewClientWithOptions creates a new WNC client with custom options Note: This function is now deprecated. Use NewClientWithConfig instead.
type ClientGlobalOperResponse ¶
type ClientGlobalOperResponse = client.ClientGlobalOperResponse
Client-related type aliases
func GetClientGlobalOper ¶
func GetClientGlobalOper(c *Client, ctx context.Context) (*ClientGlobalOperResponse, error)
GetClientGlobalOper retrieves client global operational data
type ClientOperResponse ¶
type ClientOperResponse = client.ClientOperResponse
Client-related type aliases
func GetClientOper ¶
func GetClientOper(c *Client, ctx context.Context) (*ClientOperResponse, error)
GetClientOper retrieves client operational data
type ClientOption ¶
type ClientOption = wnc.ClientOption
ClientOption represents a client configuration option
type Dot11CfgResponse ¶
type Dot11CfgResponse = dot11.Dot11CfgResponse
Dot11-related type aliases
func GetDot11Cfg ¶
func GetDot11Cfg(c *Client, ctx context.Context) (*Dot11CfgResponse, error)
GetDot11Cfg retrieves 802.11 configuration data
type RadioCfgResponse ¶
type RadioCfgResponse = radio.RadioCfgResponse
Radio-related type aliases
func GetRadioCfg ¶
func GetRadioCfg(c *Client, ctx context.Context) (*RadioCfgResponse, error)
GetRadioCfg retrieves radio configuration data
type RrmGlobalOperResponse ¶
type RrmGlobalOperResponse = rrm.RrmGlobalOperResponse
RRM-related type aliases
func GetRrmGlobalOper ¶
func GetRrmGlobalOper(c *Client, ctx context.Context) (*RrmGlobalOperResponse, error)
GetRrmGlobalOper retrieves RRM global operational data
type RrmMeasurementResponse ¶
type RrmMeasurementResponse = rrm.RrmMeasurementResponse
RRM-related type aliases
func GetRrmMeasurement ¶
func GetRrmMeasurement(c *Client, ctx context.Context) (*RrmMeasurementResponse, error)
GetRrmMeasurement retrieves RRM measurement data
type RrmOperResponse ¶
type RrmOperResponse = rrm.RrmOperResponse
RRM-related type aliases
func GetRrmOper ¶
func GetRrmOper(c *Client, ctx context.Context) (*RrmOperResponse, error)
GetRrmOper retrieves RRM operational data
type WlanCfgResponse ¶
type WlanCfgResponse = wlan.WlanCfgResponse
WLAN-related type aliases
func GetWlanCfg ¶
func GetWlanCfg(c *Client, ctx context.Context) (*WlanCfgResponse, error)
GetWlanCfg retrieves WLAN configuration data