Searched refs:beacon_drop_threshold (Results 1 – 3 of 3) sorted by relevance
2094 sl_status_t sl_wifi_filter_broadcast(uint16_t beacon_drop_threshold, in sl_wifi_filter_broadcast() argument2100 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()
840 sl_status_t sl_wifi_filter_broadcast(uint16_t beacon_drop_threshold,
1268 uint8_t beacon_drop_threshold[2]; ///< Beacon drop threshold member