Skip to content

Propagate vendor-specific probe request TLVs to UBUS

Jakob Olsson requested to merge probe-req-backport into release-7.3

Support for propagating all Probe Requests from all agents in the network had been requested. It is done accordingly:

  1. Agent sends vendor-specific frame with probe request TLV whenever it catches any probe request in the air.
  2. Controller receives vendor-specific frames from agents and converts them to UBUS events containing STA MAC address and RCPI.

Merge request reports