-
Notifications
You must be signed in to change notification settings - Fork 0
Add Device.WiFi.DataElements.Network.SSID subtree #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: wfa-dataelements-7
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -382,18 +382,25 @@ | |
| <functions> | ||
| <func_GetEntryCount>Device_GetEntryCount</func_GetEntryCount> | ||
| <func_GetEntry>Device_GetEntry</func_GetEntry> | ||
| <func_GetParamBoolValue>Device_GetParamBoolValue</func_GetParamBoolValue> | ||
| </functions> | ||
| <parameters> | ||
| <parameter> | ||
| <name>RadioNumberOfEntries</name> | ||
| <type>unsignedInt</type> | ||
| <syntax>uint32</syntax> | ||
| </parameter> | ||
| <parameter> | ||
| <name>APMLDNumberOfEntries</name> | ||
| <type>unsignedInt</type> | ||
| <syntax>uint32</syntax> | ||
| </parameter> | ||
| <parameter> | ||
| <name>RadioNumberOfEntries</name> | ||
| <type>unsignedInt</type> | ||
| <syntax>uint32</syntax> | ||
| </parameter> | ||
| <parameter> | ||
| <name>APMLDNumberOfEntries</name> | ||
| <type>unsignedInt</type> | ||
| <syntax>uint32</syntax> | ||
| </parameter> | ||
| <parameter> | ||
| <name>DFSEnable</name> | ||
| <type>boolean</type> | ||
| <syntax>bool</syntax> | ||
| <writable>false</writable> | ||
| </parameter> | ||
| </parameters> | ||
| <objects> | ||
| <object> | ||
|
|
@@ -554,6 +561,49 @@ | |
| </object> | ||
| </objects> | ||
| </object> | ||
| <object> | ||
| <name>SSID</name> | ||
| <objectType>staticTable</objectType> | ||
| <maxInstance>128</maxInstance> | ||
| <functions> | ||
| <func_GetEntryCount>DataElements_SSID_GetEntryCount</func_GetEntryCount> | ||
| <func_GetEntry>DataElements_SSID_GetEntry</func_GetEntry> | ||
| <func_GetParamBoolValue>DataElements_SSID_GetParamBoolValue</func_GetParamBoolValue> | ||
| <func_GetParamStringValue>DataElements_SSID_GetParamStringValue</func_GetParamStringValue> | ||
| </functions> | ||
| <parameters> | ||
| <parameter> | ||
| <name>SSID</name> | ||
| <type>string(32)</type> | ||
| <syntax>string</syntax> | ||
| <writable>true</writable> | ||
| </parameter> | ||
| <parameter> | ||
| <name>Enable</name> | ||
| <type>boolean</type> | ||
| <syntax>bool</syntax> | ||
| <writable>true</writable> | ||
| </parameter> | ||
| <parameter> | ||
| <name>Band</name> | ||
| <type>string(32)</type> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why 32? All (Applies to all bands) |
||
| <syntax>string</syntax> | ||
| <writable>true</writable> | ||
| </parameter> | ||
| <parameter> | ||
| <name>HaulType</name> | ||
| <type>string(32)</type> | ||
| <syntax>string</syntax> | ||
| <writable>true</writable> | ||
| </parameter> | ||
| <!-- <parameter> | ||
| <name>MobilityDomain</name> | ||
| <type>string(32)</type> | ||
| <syntax>string</syntax> | ||
| <writable>true</writable> | ||
| </parameter> --> | ||
| </parameters> | ||
| </object> | ||
| </objects> | ||
| </object> | ||
| </objects> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -87,11 +87,11 @@ extern "C" { | |
| #define MAX_NUM_MLD_LINKS 15 | ||
| #endif /*MAX_NUM_MLD_LINKS*/ | ||
|
|
||
| #ifdef CONFIG_NO_MLD_ONLY_PRIVATE | ||
| //#ifdef CONFIG_NO_MLD_ONLY_PRIVATE | ||
| #define MLD_UNIT_COUNT 8 | ||
| #else | ||
| #define MLD_UNIT_COUNT 1 | ||
| #endif /* CONFIG_NO_MLD_ONLY_PRIVATE */ | ||
| //#endif /* CONFIG_NO_MLD_ONLY_PRIVATE */ | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do not forget to revert this change. |
||
|
|
||
|
|
||
| #define PLAN_ID_LENGTH 38 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to standart
string(:64)