Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_endian.h48 #define dtoh16(i) SWAP16(i) macro
57 #define dtoh16(i) (i)
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_sdpcm.c345 sdpcm_header.frametag[0] = dtoh16(sdpcm_header.frametag[0]); in whd_sdpcm_process_rx_packet()
346 sdpcm_header.frametag[1] = dtoh16(sdpcm_header.frametag[1]); in whd_sdpcm_process_rx_packet()
Dwhd_wifi_api.c968 WPRINT_WHD_INFO( ("CSA event => chan %d\n", (dtoh16(wl_csa->chspec) & 0xff) ) ); in whd_wifi_join_events_handler()
1869 bss_count = dtoh16(eresult->bss_count); in whd_wifi_scan_events_handler()
1891 bss_info->ie_offset = dtoh16(bss_info->ie_offset); in whd_wifi_scan_events_handler()
1930 record->signal_strength = ( int16_t )dtoh16( (WHD_READ_16(&bss_info->RSSI) ) ); in whd_wifi_scan_events_handler()
1963 bss_info->capability = dtoh16(bss_info->capability); in whd_wifi_scan_events_handler()
2164 chanspec = dtoh16(WHD_READ_16(&bss_info->chanspec) ); in whd_wifi_scan_events_handler()
4732 tko->subcmd_id = dtoh16(tko->subcmd_id); in whd_tko_get_FW_connect()
4733 tko->len = dtoh16(tko->len); in whd_tko_get_FW_connect()
4743 connect->local_port = dtoh16(connect->local_port); in whd_tko_get_FW_connect()
4744 connect->remote_port = dtoh16(connect->remote_port); in whd_tko_get_FW_connect()