Add ubus method to show unassociated STA link metrics
Signed-off-by: Filip Matusiak filip.matusiak@iopsys.eu
Merge request reports
Activity
assigned to @filmat
added 1 commit
- 4805bcb1 - Add ubus method to show unassociated STA link metrics
ubus call map.controller unassoc_sta_lm_query '{"agent":"46:d4:37:6a:f4:c0", "opclass":128, "metrics":[{"channel":36, "stamacs": ["e0:d4:e8:79:c4:ef"]}]}'
wait for 10 seconds
ubus call map.controller unassoc_sta_lm_resp '{"sta":"e0:d4:e8:79:c4:ef"}' { "stations": [ { "macaddr": "e0:d4:e8:79:c4:ef", "unassociated_metrics": [ { "alid": "46:d4:37:6a:f4:c0", "channel": 36, "ul_rcpi": 150, "time_delta": 7 } ] } ] }
Edited by Filip Matusiakadded 1 commit
- cfa45767 - Add ubus method to show unassociated STA link metrics
added 1 commit
- b77edc58 - Add ubus method to show unassociated STA link metrics
Please register or sign in to reply