Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_cmdevt.c2177 vdll_ind *ind = MNULL; in wlan_process_vdll_event() local
2184 ind = (vdll_ind *)(pevent + sizeof(mlan_event_id)); in wlan_process_vdll_event()
2186 switch (wlan_le16_to_cpu(ind->type)) in wlan_process_vdll_event()
2189 offset = wlan_le32_to_cpu(ind->offset); in wlan_process_vdll_event()
2190 block_len = wlan_le16_to_cpu(ind->block_len); in wlan_process_vdll_event()
2192 …wevt_d("VDLL_IND: type=%d offset = 0x%x, len = %d, vdll_len=0x%x", wlan_le16_to_cpu(ind->type), of… in wlan_process_vdll_event()
2221 offset = wlan_le32_to_cpu(ind->offset); in wlan_process_vdll_event()
2247 wevt_d("unknown vdll ind type=%d", ind->type); in wlan_process_vdll_event()
Dmlan_glue.c8840 HostCmd_DS_IND_RST ind; in wifi_test_independent_reset() local
8842 ind.action = 0; in wifi_test_independent_reset()
8844 ind.sub_id = 0x117; in wifi_test_independent_reset()
8850 (void)memcpy(&cmd->params.ind_rst, &ind, sizeof(HostCmd_DS_IND_RST)); in wifi_test_independent_reset()