Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
Network scan task arguments. More...
#include <network_scan_args.h>
Data Fields | ||
uint8_t | flags | |
Meta operation flags. | ||
struct { | ||
uint8_t flags | ||
Wi-Fi scanning flags. More... | ||
uint8_t desired_aps | ||
Number of unique access-points we want. More... | ||
uint8_t max_aps | ||
Maximum number of access-points to report. More... | ||
} | wifi | |
Wi-Fi AP scanning arguments. | ||
struct { | ||
uint8_t desired_cells | ||
Number of LTE cells we want to report. More... | ||
} | lte | |
LTE Cell scanning arguments. | ||
Network scan task arguments.
uint8_t task_network_scan_args::desired_aps |
Number of unique access-points we want.
uint8_t task_network_scan_args::desired_cells |
Number of LTE cells we want to report.
Searching expands to more energy intensive methods until this number is found. Value is the summation of the current serving cell, neighbour cells and GCI cells.
uint8_t task_network_scan_args::flags |
Meta operation flags.
Wi-Fi scanning flags.
struct { ... } task_network_scan_args::lte |
LTE Cell scanning arguments.
uint8_t task_network_scan_args::max_aps |
Maximum number of access-points to report.
struct { ... } task_network_scan_args::wifi |
Wi-Fi AP scanning arguments.