Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EAP is an authentication framework for providing the transport and usage of material and parameters generated by EAP methods. There are many methods defined by RFCs and a number of vendor specific methods and new proposals exist. EAP is not a wire protocol; instead it only defines the information from the interface and the formats. Each protocol that uses EAP defines a way to encapsulate by the user EAP messages within that protocol's messages.

Code Flow

  • Configuring parameters using CCspWifiAgent module.


Image Added

Sequence Flow

Image Added

Objects

  • Device.WiFi.SSID.5.Enable.
  • Device.WiFi.SSID.5.SSID.
  • Device.WiFi.SSID.5.
  • Device.WiFi.SSID.6.Enable.
  • Device.WiFi.SSID.6.SSID.
  • Device.WiFi.SSID.6.

...

Code Block
dmcli eRT getv Device.WiFi.SSID.5.Enable
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
getv from/to component(eRT.com.cisco.spvtg.ccsp.wifi): Device.WiFi.SSID.5.Enable
Execution succeed.
Parameter    1 name: Device.WiFi.SSID.5.Enable
               type:       bool,    value: true

Code Flow

  • Configuring parameters using CCspWifiAgent module.

Image Removed

Sequence Flow

...