typedef struct { VM_WLAN_SCAN_RESULT result; VMUINT8 ap_list_number; vm_wlan_scan_ap_info_t ap_list[VM_WLAN_MAX_AP_LIST_NUMBER]; VMINT32 scan_job_id; } vm_wlan_scan_result_t;
typedef struct { VM_WLAN_SCAN_RESULT result; VMUINT8 ap_list_number; vm_wlan_scan_ap_info_t ap_list[VM_WLAN_MAX_AP_LIST_NUMBER]; VMINT32 scan_job_id; } vm_wlan_scan_result_t;
This struct is designed for WLAN SRV to send the scan result to APP.
vmwlan.h
|
Members |
Description |
|
VM_WLAN_SCAN_RESULT result; |
Scan result enum. |
|
VMUINT8 ap_list_number; |
The total number of searched AP list. |
|
vm_wlan_scan_ap_info_t ap_list[VM_WLAN_MAX_AP_LIST_NUMBER]; |
BSS info array. |
|
VMINT32 scan_job_id; |
Scan job ID. 0xFFFFFF means scan result broadcasting. |
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.