Skip to content
Snippets Groups Projects
Commit 4484d889 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

query_beacon_metrics: make sta mandatory arg

parent 33c23249
No related branches found
No related tags found
3 merge requests!295wifi_opclass: add wifi_radio_opclass_update_channel,!294Revert "fix typo query_channel_pref enum",!293Draft: Janusz cntlr apis
Pipeline #131770 failed
...@@ -274,7 +274,7 @@ DEFINE_ATTR(query_beacon_metrics) = { ...@@ -274,7 +274,7 @@ DEFINE_ATTR(query_beacon_metrics) = {
.help = "AL-address of Agent to which Beacon Metrics Query is to be sent", .help = "AL-address of Agent to which Beacon Metrics Query is to be sent",
}, },
[BCN_METRICS_ATTR_STA] = { [BCN_METRICS_ATTR_STA] = {
.optional = 1, .optional = 0,
.pol = { .pol = {
.name = "sta", .name = "sta",
.type = BLOBMSG_TYPE_STRING, .type = BLOBMSG_TYPE_STRING,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment