Network Interface services: Difference between revisions
No edit summary |
|||
Line 342: | Line 342: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x1 || SSID length | | 0x0 || 0x1 || SSID length (Clamped to max len 0x20 during [[#NetworkProfileData]] conversion) | ||
|- | |- | ||
| 0x1 || 0x21 || NUL-terminated SSID string | | 0x1 || 0x21 || NUL-terminated SSID string | ||
|- | |- | ||
| 0x22 || 0x1 || | | 0x22 || 0x1 || | ||
Line 350: | Line 350: | ||
| 0x23 || 0x1 || | | 0x23 || 0x1 || | ||
|- | |- | ||
| 0x24 || 0x1 || | | 0x24 || 0x1 || Passphrase length? | ||
|- | |- | ||
| 0x25 || 0x41 || | | 0x25 || 0x41 || Passphrase | ||
|} | |} | ||
Line 364: | Line 364: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x1 || SSID [[#SfWirelessSettingData|length]] | | 0x0 || 0x1 || SSID [[#SfWirelessSettingData|length]] | ||
|- | |- | ||
| 0x1 || 0x21 || NUL-terminated SSID string | | 0x1 || 0x21 || NUL-terminated SSID string | ||
|- | |- | ||
| 0x22 || 0x1 || | | 0x22 || 0x1 || | ||
Line 374: | Line 374: | ||
| 0x24 || 0x4 || | | 0x24 || 0x4 || | ||
|- | |- | ||
| 0x28 || 0x4 || | | 0x28 || 0x4 || Passphrase length? | ||
|- | |- | ||
| 0x2C || 0x41 || | | 0x2C || 0x41 || Passphrase | ||
|- | |- | ||
| 0x6D || 0x3 || Padding | | 0x6D || 0x3 || Padding |