VM_RESULT vm_wlan_scan( vm_wlan_scan_callback callback, void* user_data );
VM_RESULT vm_wlan_scan( vm_wlan_scan_callback callback, void* user_data );
Scans for the Access Points.
|
Parameters |
Description |
|
vm_wlan_scan_callback callback |
[IN] The callback to be invoked upon the completion of the scan. |
|
void* user_data |
[IN] Additional user data. |
VMUINT32 job_id; job_id = vm_wlan_scan(scan_cb, NULL); void scan_cb(VMUINT32 job_id, void* user_data, vm_wlan_scan_result_t* scan_res) { if (VM_WLAN_SCAN_SUCCESS == scan_res->result) { // Scan successfully. Information of APs scaned is in scan_res. } }
vmwlan.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.