openconfig-ap-manager

This module defines the top level configuration and state data for a system which manages Access Points.

  • Version: 2018-02-14

    openconfig-ap-manager@2018-02-14


    
      module openconfig-ap-manager {
    
        yang-version 1;
    
        namespace
          "http://openconfig.net/yang/wifi/ap-manager";
    
        prefix ap-manager;
    
        import openconfig-extensions {
          prefix oc-ext;
        }
        import openconfig-yang-types {
          prefix oc-yang;
        }
        import openconfig-inet-types {
          prefix oc-inet;
        }
        import openconfig-wifi-types {
          prefix oc-wifi;
        }
    
        organization "OpenConfig working group";
    
        contact
          "OpenConfig working group
    www.openconfig.net";
    
        description
          "This module defines the top level configuration and state data for a
    system which manages Access Points.";
    
        revision "2018-02-14" {
          description "Initial version";
          reference
            "0.1.0";
    
        }
    
        oc-ext:openconfig-version "0.1.0";
      }  // module openconfig-ap-manager
    

© 2023 YumaWorks, Inc. All rights reserved.