The Wifi Profile allows you to configure Wi-Fi settings for the device.
The available actions are:
Note: In order to perform all Wi-Fi network operations, Wi-Fi should be enabled.
This sample application will allow you to perform all the above mentioned Wi-Fi actions on Symbol device.
IMPORTANT:
Extract the downloaded project zip file to C:\ (or to the root of an alternate drive).Alternatively, launch a preferred IDE and load the project via the File > Open menu.
Now that we have the project loaded, lets run the application and see how it works
Visual Studio will detect your device connected via USB, it will display the name of that device next to the "Play" button.
Press the "Play" button next to the devices name. The IDE will build, deploy and start the sample app on your device.
In Xamarin Studio, you may need to select your attached device from the devices dropdown under Physical Devices
.
Now press the "Play" button. The IDE will build, deploy and start the sample app on your device.
When the application starts it should look like the following.
Select the Wi-Fi operation you want (Enable/Disable).
Select the Network action you want to execute from the Network Action drop-down. Let us select "Add(Default Open Network)" option.
Note: You could also add Personal Network with Passphrase and Enterprise Network with required certificate, which is not in the scope of this sample.
Provide some SSID to the network you want to add in SSID field (Ex. Test_Network).
Click "Apply" button.
Check the status field.