cisco

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2025 License: MIT Imports: 11 Imported by: 0

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 WLAN-related operations for Cisco WNC

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApCfgResponse

type ApCfgResponse = ap.ApCfgResponse

AP-related type aliases

func GetApCfg

func GetApCfg(client *Client, ctx context.Context) (*ApCfgResponse, error)

GetApCfg retrieves configuration data for access points

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 ApOperData

type ApOperData = ap.ApOperData

AP-related type aliases

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 ApOperResponse

type ApOperResponse = ap.ApOperResponse

AP-related type aliases

func GetApOper

func GetApOper(client *Client, ctx context.Context) (*ApOperResponse, error)

GetApOper retrieves access point operational data

type CapwapData

type CapwapData = ap.CapwapData

AP-related type aliases

type Client

type Client = wnc.Client

Client represents a WNC client

func NewClient

func NewClient(controller, apikey string, isSecure *bool) (*Client, error)

NewClient creates a new WNC client with the specified parameters

func NewClientWithConfig

func NewClientWithConfig(config wnc.Config) (*Client, error)

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.

func NewClientWithTimeout

func NewClientWithTimeout(controller, apikey string, timeout time.Duration, isSecure *bool) (*Client, error)

NewClientWithTimeout creates a new WNC client with timeout

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 LldpNeigh

type LldpNeigh = ap.LldpNeigh

AP-related type aliases

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 RadioOperData

type RadioOperData = ap.RadioOperData

AP-related type aliases

type RfTagsResponse

type RfTagsResponse = rf.RfTagsResponse

RF-related type aliases

func GetRfTags

func GetRfTags(c *Client, ctx context.Context) (*RfTagsResponse, error)

GetRfTags retrieves RF tags configuration data

type RrmCfgResponse

type RrmCfgResponse = rrm.RrmCfgResponse

RRM-related type aliases

func GetRrmCfg

func GetRrmCfg(c *Client, ctx context.Context) (*RrmCfgResponse, error)

GetRrmCfg retrieves RRM 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL