# PasspointProfile

```
NSString *realm;
NSString *friendlyName;
BOOL roaming;
NSString *outerIdentity;
NSString *username;
NSArray<NSString *> *trustedServerNames;
NSString *installedBy;
NSDate *installed;
```

<table><thead><tr><th>Variable</th><th width="150">Description</th><th>Example</th></tr></thead><tbody><tr><td>realm</td><td>Passpoint home realm which will be recognized by device as home Passpoint network.</td><td><code>wifi.cloud4wi.com</code></td></tr><tr><td>friendlyName</td><td>User friendly name describing Passpoint network.</td><td><code>Cloud4Wi WiFi</code></td></tr><tr><td>roaming</td><td>It indicates if device with Passpoint profile would try to connect to 3rd party Passpoint networks.</td><td><code>false</code></td></tr><tr><td>outerIdentity</td><td>The identity string to be used in the EAP-Identity/Response packet during outer EAP authentication.</td><td><code>anonymous@get.securewifi.io</code></td></tr><tr><td>username</td><td>username associated to the profile</td><td><code>YYYYYZZZXXX1</code></td></tr><tr><td>trustedServerNames</td><td>An array of server certificate common name strings used to verify a server's certificate</td><td><code>["get.securewifi.io"]</code></td></tr><tr><td>installedBy</td><td>the bundleId of the app installed the profile</td><td><code>com.cloud4wi.c4wiapp</code></td></tr><tr><td>installed</td><td>date when the profile has been installed</td><td><code>2022-07-08 08:08:44 +0000</code></td></tr></tbody></table>
