Function psp::sys::sceNetAdhocctlGetScanInfo

source ·
#[no_mangle]
pub unsafe extern "C" fn sceNetAdhocctlGetScanInfo(
    length: *mut i32,
    buf: *mut c_void
) -> i32
Expand description

Get the results of a scan

§Parameters

  • length: The length of the list.
  • buf: An allocated area of size length.

§Return Value

0 on success, < 0 on error.