Network Interface services: Difference between revisions
No edit summary |
|||
Line 312: | Line 312: | ||
| 0x115 || 0x1 || | | 0x115 || 0x1 || | ||
|- | |- | ||
| 0x116 || | | 0x116 || 0x65 || [[#SfWirelessSettingData]] | ||
|- | |||
| 0x17B || 0x1 || Padding | |||
|} | |} | ||
Line 344: | Line 346: | ||
= SfWirelessSettingData = | = SfWirelessSettingData = | ||
This is a | This is a 0x65-byte struct. This is converted to/from [[#WirelessSettingData]] during the [[#NetworkProfileData]] conversion. | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 354: | Line 356: | ||
| 0x0 || 0x1 || SSID length (Clamped to max len 0x20 during [[#NetworkProfileData]] conversion) | | 0x0 || 0x1 || SSID length (Clamped to max len 0x20 during [[#NetworkProfileData]] conversion) | ||
|- | |- | ||
| 0x1 || | | 0x1 || 0x20 || SSID string | ||
|- | |||
| 0x21 || 0x1 || | |||
|- | |- | ||
| 0x22 || 0x1 || | | 0x22 || 0x1 || | ||
|- | |- | ||
| 0x23 | | 0x23 || 0x1 || Passphrase length? | ||
|- | |- | ||
| | | 0x24 || 0x41 || Passphrase | ||
|} | |} | ||