Allow iwpriv calls to be replaced with cfg80211tool in sta.c
Dynamically select whether to use iwpriv (WEXT) or cfg80211tool
(nl80211) for executing vendor extension commands. Change the iwpriv
commands corresponding to AP as STA functionality to support cfg80211
commands. The run_iwpriv() function will use sigma_dut_print() in
run_system() to report failed commands in the debug log instead of
having to do that in each caller.
Signed-off-by: Priyadharshini Gowthaman <pgowtham@codeaurora.org>
1 file changed