Home
last modified time | relevance | path

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

/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c2094 sl_status_t sl_wifi_filter_broadcast(uint16_t beacon_drop_threshold, in sl_wifi_filter_broadcast() argument
2100 sl_filter_bcast.beacon_drop_threshold[0] = beacon_drop_threshold & 0x00FF; in sl_wifi_filter_broadcast()
2101 sl_filter_bcast.beacon_drop_threshold[1] = (beacon_drop_threshold >> 8) & 0x00FF; in sl_wifi_filter_broadcast()
/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi.h840 sl_status_t sl_wifi_filter_broadcast(uint16_t beacon_drop_threshold,
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_si91x_protocol_types.h1268 uint8_t beacon_drop_threshold[2]; ///< Beacon drop threshold member