We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642ca77 commit 2865c8eCopy full SHA for 2865c8e
InternetTest/InternetTest/Models/WiFiNetwork.cs
@@ -22,11 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
SOFTWARE.
23
*/
24
using ManagedNativeWifi;
25
-using System;
26
-using System.Collections.Generic;
27
-using System.Linq;
28
-using System.Text;
29
-using System.Threading.Tasks;
30
31
namespace InternetTest.Models;
32
@@ -94,7 +89,7 @@ public async Task<bool> ConnectAsync(string password = "")
94
89
{
95
90
if (Interface is null || Ssid is null)
96
91
return false;
97
-
92
+
98
93
if (ProfileName is { Length: 0 })
99
100
var profileXml = GetWpa2PersonalProfileXml(Ssid, password);
0 commit comments