WiFi Configuration

This sample application demonstrate how to manage WiFi networks.

Download Source

Product

EMDK For Xamarin - 2.2

Devices

MC18KK MC32N0JB MC40JB MC40KK MC92KK TC70KK TC75KK

Overview

The Wifi Profile allows you to configure Wi-Fi settings for the device.

The available actions are:

  • Disable Wi-Fi
  • Enable Wi-Fi
  • Add a Network
  • Connect to a Network
  • Enable a Network
  • Disconnect from a Network
  • Disable a Network
  • Remove a Network

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.

Loading the Sample Application

  1. Choose a sample and click the See Details button.
  2. Now click the Download button
  3. Extract the downloaded project zip file.
  4. Navigate to the root of the unzipped project folder and double-click the .sln file. The project will load in the default IDE for that file type.

Alternatively, you can Launch your prefered IDE ( Visual Studio or Xamarin Studio ) and load the project via the File > Open menu.

Running the Sample

Now that we have the project loaded, lets run the application and see how it works

Visual Studio

Visual Studio will detect your device connected via USB, it will display the name of that device next to the "Play" button.

img

Press the "Play" button next to the devices name. The IDE will build, deploy and start the sample app on your device.

Xamarin Studio

In Xamarin Studio, you may need to select your attached device from the devices dropdown under Physical Devices.

img

Now press the "Play" button. The IDE will build, deploy and start the sample app on your device.

img

Using This Sample

  1. When the application starts it should look like the following.

    img

  2. Select the Wi-Fi operation you want (Enable/Disable).

    img

  3. Select the Network action you want to execute from the Network Action drop-down. Let us select "Add(Default Open Network)" option.

    img

    Note: You could also add Personal Network with Passphrase and Enterprise Network with required certificate, which is not in the scope of this sample.

  4. Provide some SSID to the network you want to add in SSID field (Ex. Test_Network).

    img

  5. Click "Apply" button.

  6. Check the status field.

    img