Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_main.h339 #define wlan_cpu_to_le64(x) swap_byte_64(x) macro
381 #define wlan_cpu_to_le64(x) x
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_sta_cmd.c263 mcmd->trig_common_field = wlan_cpu_to_le64(cfg->trig_common_field); in wlan_cmd_mfg_config_trigger_frame()
264 mcmd->trig_user_info_field = wlan_cpu_to_le64(cfg->trig_user_info_field); in wlan_cmd_mfg_config_trigger_frame()
Dmlan_cmdevt.c2031 host_clock->time = wlan_cpu_to_le64(hostclk->time); in wlan_cmd_host_clock_cfg()