Line 57: |
Line 57: |
| | | |
| === GetSecurityParameterForMonitor === | | === GetSecurityParameterForMonitor === |
− | No input, returns an output 0x20-byte struct with 1-byte alignment. | + | No input, returns an output [[#SecurityParameter]]. |
| | | |
| This is not exposed by sdknso. | | This is not exposed by sdknso. |
| | | |
| === GetNetworkConfigForMonitor === | | === GetNetworkConfigForMonitor === |
− | No input, returns an output 0x20-byte struct with 8-byte alignment. | + | No input, returns an output [[#NetworkConfig]]. |
| | | |
| This is not exposed by sdknso. | | This is not exposed by sdknso. |
Line 174: |
Line 174: |
| | | |
| sdknso implements this by <code>return</code>ing the s16 as a s32, with -1 being returned on error. | | sdknso implements this by <code>return</code>ing the s16 as a s32, with -1 being returned on error. |
| + | |
| + | === GetSecurityParameter === |
| + | No input, returns an output [[#SecurityParameter]]. |
| + | |
| + | === GetNetworkConfig === |
| + | No input, returns an output [[#NetworkConfig]]. |
| | | |
| === OpenAccessPoint === | | === OpenAccessPoint === |
Line 531: |
Line 537: |
| = NetworkInfo = | | = NetworkInfo = |
| This is "nn::ldn::NetworkInfo". This is a 0x480-byte struct. | | This is "nn::ldn::NetworkInfo". This is a 0x480-byte struct. |
| + | |
| + | = SecurityParameter = |
| + | This is "nn::ldn::SecurityParameter". This is a 0x20-byte struct with 1-byte alignment. |
| + | |
| + | = NetworkConfig = |
| + | This is "nn::ldn::NetworkConfig". This is a 0x20-byte struct with 8-byte alignment. |
| | | |
| [[Category:Services]] | | [[Category:Services]] |