LDN services: Difference between revisions
No edit summary |
|||
Line 389: | Line 389: | ||
=== Initialize === | === Initialize === | ||
Returns 0. | Returns 0. | ||
= Ssid = | |||
This is "nn::ldn::Ssid". | |||
When converting a Ssid to a string, the loaded chars from the string must be in the range of 0x20-0x7F, otherwise the byte written to the string will be 0. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 || 0x1 || Length excluding NUL-terminator, must be 0x1-0x1F. | |||
|- | |||
| 0x1 || 0x21 || SSID string including NUL-terminator, str[{above length}] must be 0. | |||
|} | |||
[[Category:Services]] | [[Category:Services]] |