fix bug for case WIFI_CONN_0102:

after set AP, STA will disconnected and do reconnect. scan could fail as reconnect also use scan
This commit is contained in:
Yinling 2016-10-24 18:59:56 +08:00
parent abd4dc7d43
commit 3edcf5b096

View file

@ -5868,6 +5868,8 @@ test cases:
- ['R SSC2 RE "\+JAP:CONNECTED,%%s"%%(<target_ssid>)']
- - SSC SSC1 ap -S -s <target_ssid> -n 15
- ['R SSC1 C +SAP:OK']
- - SSC SSC2 sta -C -s <target_ssid> -p <target_password>
- ['R SSC2 RE "\+JAP:CONNECTED,%%s"%%(<target_ssid>)']
- - SSC SSC2 sta -S
- ['R SSC2 RE "\+SCAN:%%s,.+,\d+,1"%%(<target_ssid>)']
comment: ''