Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
task_network_scan_args Struct Reference

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.
 

Detailed Description

Network scan task arguments.

Field Documentation

◆ desired_aps

uint8_t task_network_scan_args::desired_aps

Number of unique access-points we want.

◆ desired_cells

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.

◆ flags

uint8_t task_network_scan_args::flags

Meta operation flags.

Wi-Fi scanning flags.

◆ [struct]

struct { ... } task_network_scan_args::lte

LTE Cell scanning arguments.

◆ max_aps

uint8_t task_network_scan_args::max_aps

Maximum number of access-points to report.

◆ [struct]

struct { ... } task_network_scan_args::wifi

Wi-Fi AP scanning arguments.


The documentation for this struct was generated from the following file: