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
components
generic
wifi
src
wifi_client_hal_priv.h
Generated on Thu Feb 9 2023 06:32:35 for RDK Documentation (Open Sourced RDK Components) by
1.8.17