Versions in this module Expand all Collapse all v0 v0.0.1 Jun 26, 2025 Changes in this version + type ApCfgResponse = ap.ApCfgResponse + func GetApCfg(client *Client, ctx context.Context) (*ApCfgResponse, error) + type ApGlobalOperResponse = ap.ApGlobalOperResponse + func GetApGlobalOper(client *Client, ctx context.Context) (*ApGlobalOperResponse, error) + type ApOperCapwapDataResponse = ap.ApOperCapwapDataResponse + func GetApCapwapData(client *Client, ctx context.Context) (*ApOperCapwapDataResponse, error) + type ApOperData = ap.ApOperData + type ApOperLldpNeighResponse = ap.ApOperLldpNeighResponse + func GetApLldpNeigh(client *Client, ctx context.Context) (*ApOperLldpNeighResponse, error) + type ApOperOperDataResponse = ap.ApOperOperDataResponse + func GetApOperData(client *Client, ctx context.Context) (*ApOperOperDataResponse, error) + type ApOperRadioOperDataResponse = ap.ApOperRadioOperDataResponse + func GetApRadioOperData(client *Client, ctx context.Context) (*ApOperRadioOperDataResponse, error) + type ApOperResponse = ap.ApOperResponse + func GetApOper(client *Client, ctx context.Context) (*ApOperResponse, error) + type CapwapData = ap.CapwapData + type Client = wnc.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 = client.ClientGlobalOperResponse + func GetClientGlobalOper(c *Client, ctx context.Context) (*ClientGlobalOperResponse, error) + type ClientOperResponse = client.ClientOperResponse + func GetClientOper(c *Client, ctx context.Context) (*ClientOperResponse, error) + type ClientOption = wnc.ClientOption + type Dot11CfgResponse = dot11.Dot11CfgResponse + func GetDot11Cfg(c *Client, ctx context.Context) (*Dot11CfgResponse, error) + type LldpNeigh = ap.LldpNeigh + type RadioCfgResponse = radio.RadioCfgResponse + func GetRadioCfg(c *Client, ctx context.Context) (*RadioCfgResponse, error) + type RadioOperData = ap.RadioOperData + type RfTagsResponse = rf.RfTagsResponse + func GetRfTags(c *Client, ctx context.Context) (*RfTagsResponse, error) + type RrmCfgResponse = rrm.RrmCfgResponse + func GetRrmCfg(c *Client, ctx context.Context) (*RrmCfgResponse, error) + type RrmGlobalOperResponse = rrm.RrmGlobalOperResponse + func GetRrmGlobalOper(c *Client, ctx context.Context) (*RrmGlobalOperResponse, error) + type RrmMeasurementResponse = rrm.RrmMeasurementResponse + func GetRrmMeasurement(c *Client, ctx context.Context) (*RrmMeasurementResponse, error) + type RrmOperResponse = rrm.RrmOperResponse + func GetRrmOper(c *Client, ctx context.Context) (*RrmOperResponse, error) + type WlanCfgResponse = wlan.WlanCfgResponse + func GetWlanCfg(c *Client, ctx context.Context) (*WlanCfgResponse, error)