Home
last modified time | relevance | path

Searched refs:beacon_stop (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi_types.h294 uint8_t beacon_stop; ///< Flag to stop beaconing when there are no associated clients member
318 uint8_t beacon_stop; ///< Beaconing control when no clients are connected member
/hal_silabs-latest/wiseconnect/resources/defaults/
Dsl_net_default_values.h132 .beacon_stop = 0, \
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c965 if (configuration->beacon_stop) { in sl_wifi_start_ap()