Skip to content

Draft: Introduce mode parameter to probe_sta call

Marek Puzyniak requested to merge dev_probe_sta_upgade into devel

Ubus call probe_sta has now new parameter mode: ubus call wifi.ap "probe_sta":{"sta":"String", "mode":"String"}

When mode is not provided or provided as "poll" previous implementation of probe_sta will be called.

New mode = "counters" is added. Probe_sta with this mode will just send frame to sta station but is not expecting any response, also no event will send back. Only counters for that station will be updated in case station is connected and received that frame.

This call can be used to decide if station is really connected or just has left BSS without notification, so it is still listed on AP assoclist.

Signed-off-by: Marek Puzyniak marek.puzyniak@iopsys.eu

Merge request reports