RDK Documentation (Open Sourced RDK Components)
wifi_client_hal_priv.h
1 #ifndef WIFI_CLIENT_HAL_PRIV_H
2 #define WIFI_CLIENT_HAL_PRIV_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #ifndef INT
9 #define INT int
10 #endif
11 
12 extern wifi_neighbor_ap_t ap_list[512];
13 extern uint32_t ap_count;
14 INT parse_scan_results(char *buf, size_t len);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif
_wifi_neighbor_ap
Definition: wifi_common_hal.h:409