Skip to content

Commit d8bb72c

Browse files
committed
Get wlan name from config
1 parent 44bc1cb commit d8bb72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tests/chiptest/linux.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def start(self):
288288
"-u",
289289
"-s",
290290
"-i",
291-
"wlan0",
291+
self._wlan_app,
292292
"-c",
293293
self._wpa_supplicant_conf,
294294
]

0 commit comments

Comments
 (0)