Customers and partners can include listings for their own Wi-Fi networks in the Open Mobile client. This enables users to detect and connect to these Wi-Fi networks without needing the key required to associate to each network.
Networks that have been added properly will be displayed in Open Mobile with the iPass logo, as if they were iPass-enabled hotspots.
An Open Mobile Wi-Fi Directory is an XML file. Each network will be contained in the node WiFiEntryPoint, which has a data type of WiFiEntryPoint.
The WiFiEntryPoint DataType consists of the following data elements.
Data Element | Data Type | Description |
---|---|---|
WiFiEntryPoint | N/A | Includes the attribute SSID, which is the network SSID, enclosed in double quotes (for example, “My SSID”). |
Security | integer | Authorization type. Select one of the following values: |
*Open: 1 | ||
*WEP-OPEN: 2 | ||
*OPEN-802.1x: 4 | ||
*WEP-802.1x : 8 | ||
*WEP-SHARED: 8112 | ||
*WPA-PSK-TKIP: 4112 | ||
*WPA-PSK-AES: 4128 | ||
*WPA2-PSK-TKIP: 256 | ||
*WPA2-PSK-AES: 512 | ||
*WPA-TKIP: 64 | ||
*WPA-AES: 128 | ||
*WPA2-TKIP: 1024 | ||
*WPA2-AES: 2048 | ||
Broadcast | boolean | true =Broadcast, false=Non-Broadcast. |
KeyFormat | integer | Indicates the Key Index necessary for WEP-enabled networks. The value can be 1, 2, 3, or 4. Note: this is not the format of the key. |
KeyValue | string | Actual value of the access key. Not required for non-secured (Open) networks. |
iSEELEnabled | integer | (Optional) Set to 1 if iSEEL is enabled for the network. |
AuthenticationMethod | string | (Optional) Authentication method. Valid methods are: |
*GIS access point: GI | ||
*CAPTCHA authentication: GC | ||
*DeviceScape: DS | ||
Prefix | string | (Optional) Authentication prefix. |
Suffix | string | (Optional) Domain suffix. |
An example of a valid Wi-Fi Directory is shown here:
<?xml version = '1.0' encoding = 'UTF-8'?> <NetworkDirectory> <WifiEntryPoint ssid="0033"> <Security>2</Security> <Broadcast>true</Broadcast> <KeyFormat>1</KeyFormat> <KeyValue>a52de42cb6</KeyValue> <ISEELEnabled>1</ISEELEnabled> <Suffix>@ipass</Suffix> </WifiEntryPoint> <WifiEntryPoint ssid="17 Battery Place"> <Security>1</Security> <Broadcast>true</Broadcast> <ISEELEnabled>0</ISEELEnabled> <Prefix>IPASS/</Prefix> </WifiEntryPoint> </NetworkDirectory>
Two networks are listed in this example.
You can create your own Wi-Fi Directory in one of two ways: you can download and edit the sample Directory from the Open Mobile Portal, in an XML editor of your choice, or you can create your own from scratch.
WiFiEntryPoint
node, change the Wi-Fi SSID, key type, and network key to the value of your new network.Prefix
element may be removed from the node.WiFiEntryPoint
node once for each network you wish to add to the Directory, and then change the Wi-Fi SSID, key type, and network key to the value of each new network.WiFiEntryPoint
node for each network. When you are finished either editing the sample or creating your own file, save your Directory file as an XML file. It can now be uploaded to the Open Mobile Portal.
You upload your Directory file to the Open Mobile Portal for use in Open Mobile profiles.
To upload your Wi-Fi Directory:
You can now include the Directory in your Open Mobile profiles.
For instructions on how to add your Wi-Fi Directory to your Open Mobile profiles, see Configure Networks and Policies.
When such a profile is published, your networks will be available to your users within the Open Mobile client. If the profile is already in use, ensure that the profile’s users perform an Open Mobile update to receive the updated profile that includes the new networks.
If the newly added networks fail to show in your Open Mobile client, you can take the following troubleshooting steps to resolve the issue.
Go to: Other Product Documents > Tech Notes