tests: P2P GO channel preference and regulatory rule mismatch
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
04a258e7c5
commit
4b15c3f256
2 changed files with 26 additions and 2 deletions
|
@ -14,9 +14,9 @@ import utils
|
|||
from wlantest import Wlantest
|
||||
from wpasupplicant import WpaSupplicant
|
||||
|
||||
def autogo(go, freq=None):
|
||||
def autogo(go, freq=None, persistent=None):
|
||||
logger.info("Start autonomous GO " + go.ifname)
|
||||
res = go.p2p_start_go(freq=freq)
|
||||
res = go.p2p_start_go(freq=freq, persistent=persistent)
|
||||
logger.debug("res: " + str(res))
|
||||
return res
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue