Home
last modified time | relevance | path

Searched refs:RSPEC_TO_KBPS (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_utils.c35 #define RSPEC_TO_KBPS(rate) (RSPEC_500KBPS( (rate) ) * (unsigned int)500) macro
Dwhd_wifi_api.c78 #define RSPEC_TO_KBPS(rate) (RSPEC_500KBPS( (rate) ) * (uint32_t)500) macro
1981 uint32_t rate = RSPEC_TO_KBPS(bss_info->rateset.rates[rate_num]); in whd_wifi_scan_events_handler()