-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Currently SSID in hardcoded to "FakeWifi". Please make this a prop for apps that require simulating a particular SSID.
This line right here:
+ private static WifiSsid createWifiSsid()
+ {
+ return WifiSsid.createFromAsciiEncoded("FakeWifi");
+ }
Link:
Line 174 in b2fa464
+ return WifiSsid.createFromAsciiEncoded("FakeWifi"); |
Metadata
Metadata
Assignees
Labels
No labels