| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | mlan_join.c | 862 pssid_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_SSID); 863 pssid_tlv->header.len = (t_u16)pbss_desc->ssid.ssid_len; 864 (void)__memcpy(pmadapter, pssid_tlv->ssid, pbss_desc->ssid.ssid, pssid_tlv->header.len); 865 pos += sizeof(pssid_tlv->header) + pssid_tlv->header.len; 866 pssid_tlv->header.len = wlan_cpu_to_le16(pssid_tlv->header.len); 869 pphy_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_PHY_DS); 870 pphy_tlv->header.len = sizeof(pphy_tlv->fh_ds.ds_param_set); 873 pos += sizeof(pphy_tlv->header) + pphy_tlv->header.len; 874 pphy_tlv->header.len = wlan_cpu_to_le16(pphy_tlv->header.len); 877 pss_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_CF); [all …]
|
| D | mlan_uap_cmdevent.c | 85 tlv_mac->header.type = wlan_cpu_to_le16(TLV_TYPE_UAP_MAC_ADDRESS); in wlan_uap_cmd_ap_config() 86 tlv_mac->header.len = wlan_cpu_to_le16(MLAN_MAC_ADDR_LENGTH); in wlan_uap_cmd_ap_config() 95 tlv_ssid->header.type = wlan_cpu_to_le16(TLV_TYPE_SSID); in wlan_uap_cmd_ap_config() 96 tlv_ssid->header.len = wlan_cpu_to_le16((t_u16)bss->param.bss_config.ssid.ssid_len); in wlan_uap_cmd_ap_config() 107 tlv_beacon_period->header.type = wlan_cpu_to_le16(TLV_TYPE_UAP_BEACON_PERIOD); in wlan_uap_cmd_ap_config() 108 tlv_beacon_period->header.len = wlan_cpu_to_le16(sizeof(t_u16)); in wlan_uap_cmd_ap_config() 118 tlv_ecsa_config->header.type = wlan_cpu_to_le16(TLV_TYPE_UAP_ECSA_CONFIG); in wlan_uap_cmd_ap_config() 119 …tlv_ecsa_config->header.len = wlan_cpu_to_le16(sizeof(t_u16) + sizeof(t_u8) + sizeof(t_u8)… in wlan_uap_cmd_ap_config() 131 tlv_dtim_period->header.type = wlan_cpu_to_le16(TLV_TYPE_UAP_DTIM_PERIOD); in wlan_uap_cmd_ap_config() 132 tlv_dtim_period->header.len = wlan_cpu_to_le16(sizeof(t_u8)); in wlan_uap_cmd_ap_config() [all …]
|
| D | mlan_scan.c | 293 …t_u8 num_chan = wlan_le16_to_cpu(pchanstats_tlv->header.len) / sizeof(chan_statis… in wlan_update_chan_statistics() 693 pchan_tlv_out->header.type = wlan_cpu_to_le16(TLV_TYPE_CHANLIST); in wlan_scan_channel_list() 718 pchan_tlv_out->header.len = 0; in wlan_scan_channel_list() 753 prates_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_RATES); in wlan_scan_channel_list() 754 prates_tlv->header.len = wlan_cpu_to_le16((t_u16)rates_size); in wlan_scan_channel_list() 761 ptlv_pos += sizeof(prates_tlv->header) + rates_size; in wlan_scan_channel_list() 775 pchan_tlv_out->header.type = wlan_cpu_to_le16(TLV_TYPE_CHANLIST); in wlan_scan_channel_list() 776 pchan_tlv_out->header.len = 0; in wlan_scan_channel_list() 796 pchan_tlv_out->header.len += (t_u16)sizeof(pchan_tlv_out->chan_scan_param); in wlan_scan_channel_list() 807 … pscan_cfg_out->tlv_buf_len += (sizeof(pchan_tlv_out->header) + pchan_tlv_out->header.len); in wlan_scan_channel_list() [all …]
|
| D | mlan_sta_cmd.c | 1169 pssid_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_SSID); 1170 pssid_tlv->header.len = (t_u16)MIN(MLAN_MAX_SSID_LENGTH, psk->ssid.ssid_len); 1173 ptlv_buffer += (pssid_tlv->header.len + sizeof(MrvlIEtypesHeader_t)); 1174 cmd->size += (t_u16)(pssid_tlv->header.len + sizeof(MrvlIEtypesHeader_t)); 1175 pssid_tlv->header.len = wlan_cpu_to_le16(pssid_tlv->header.len); 1180 pbssid_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_BSSID); 1181 pbssid_tlv->header.len = MLAN_MAC_ADDR_LENGTH; 1183 ptlv_buffer += (pbssid_tlv->header.len + sizeof(MrvlIEtypesHeader_t)); 1184 cmd->size += (t_u16)(pbssid_tlv->header.len + sizeof(MrvlIEtypesHeader_t)); 1185 pbssid_tlv->header.len = wlan_cpu_to_le16(pbssid_tlv->header.len); [all …]
|
| D | wifi-uap.c | 284 domain_info->domain.header.type = wlan_cpu_to_le16(TLV_TYPE_DOMAIN); in wifi_uap_clear_domain_info() 1221 tlv_chan_list->header.type = TLV_TYPE_CHANLIST; in wifi_uap_acs_config_set() 1222 tlv_chan_list->header.len = active_num_chans * sizeof(ChanScanParamSet_t); in wifi_uap_acs_config_set() 1231 size += sizeof(tlv_chan_list->header) + tlv_chan_list->header.len; in wifi_uap_acs_config_set() 1271 tlv_chan_band->header.type = wlan_cpu_to_le16(TLV_TYPE_UAP_CHAN_BAND_CONFIG); in wifi_uap_do_acs() 1272 tlv_chan_band->header.len = wlan_cpu_to_le16(sizeof(t_u8) + sizeof(t_u8)); in wifi_uap_do_acs() 1280 tlv_chan_list->header.type = wlan_cpu_to_le16(TLV_TYPE_CHANLIST); in wifi_uap_do_acs() 1316 tlv_chan_list->header.len = wlan_cpu_to_le16(scan_chan_num * sizeof(ChanScanParamSet_t)); in wifi_uap_do_acs() 1317 cmd_size += sizeof(tlv_chan_list->header) + (scan_chan_num * sizeof(ChanScanParamSet_t)); in wifi_uap_do_acs() 1318 tlv += sizeof(tlv_chan_list->header) + (scan_chan_num * sizeof(ChanScanParamSet_t)); in wifi_uap_do_acs() [all …]
|
| D | mlan_11n.c | 1023 pht_cap->header.type = wlan_cpu_to_le16(HT_CAPABILITY); in wlan_cmd_append_11n_tlv() 1024 pht_cap->header.len = sizeof(HTCap_t); in wlan_cmd_append_11n_tlv() 1026 … (t_u8 *)pbss_desc->pht_cap + sizeof(IEEEtypes_Header_t), pht_cap->header.len); in wlan_cmd_append_11n_tlv() 1046 pht_cap->header.len = wlan_cpu_to_le16(pht_cap->header.len); in wlan_cmd_append_11n_tlv() 1058 pht_info->header.type = wlan_cpu_to_le16(HT_OPERATION); in wlan_cmd_append_11n_tlv() 1059 pht_info->header.len = sizeof(HTInfo_t); in wlan_cmd_append_11n_tlv() 1062 … (t_u8 *)pbss_desc->pht_info + sizeof(IEEEtypes_Header_t), pht_info->header.len); in wlan_cmd_append_11n_tlv() 1071 pht_info->header.len = wlan_cpu_to_le16(pht_info->header.len); in wlan_cmd_append_11n_tlv() 1079 pchan_list->header.type = wlan_cpu_to_le16(TLV_TYPE_CHANLIST); in wlan_cmd_append_11n_tlv() 1080 … pchan_list->header.len = sizeof(MrvlIEtypes_ChanListParamSet_t) - sizeof(MrvlIEtypesHeader_t); in wlan_cmd_append_11n_tlv() [all …]
|
| D | mlan_api.c | 372 bridge_params->header.type = wlan_cpu_to_le16(TLV_TYPE_BRIDGE_PARAM); in wifi_bridge_mode() 373 bridge_params->header.len = 4 * sizeof(MrvlIEtypesHeader_t) + bridgecfg->ex_ap_ssid_len + in wifi_bridge_mode() 378 ssid->header.type = wlan_cpu_to_le16(TLV_TYPE_SSID); in wifi_bridge_mode() 379 ssid->header.len = bridgecfg->ex_ap_ssid_len; in wifi_bridge_mode() 383 … = (MrvlIEtypes_Passphrase_t *)(tlv + sizeof(MrvlIEtypesHeader_t) + ssid->header.len); in wifi_bridge_mode() 384 pass->header.type = wlan_cpu_to_le16(TLV_TYPE_PASSPHRASE); in wifi_bridge_mode() 385 pass->header.len = bridgecfg->ex_ap_pass_len; in wifi_bridge_mode() 390 … = (MrvlIEtypes_SsIdParamSet_t *)(tlv + sizeof(MrvlIEtypesHeader_t) + pass->header.len); in wifi_bridge_mode() 391 ssid->header.type = wlan_cpu_to_le16(TLV_TYPE_SSID); in wifi_bridge_mode() 392 ssid->header.len = bridgecfg->bridge_ssid_len; in wifi_bridge_mode() [all …]
|
| D | mlan_cmdevt.c | 134 psmode_enh->params.ext_param.param.header.type = wlan_cpu_to_le16(TLV_TYPE_PS_EXT_PARAM); in wlan_cmd_enh_power_mode() 135 psmode_enh->params.ext_param.param.header.len = sizeof(t_u32); in wlan_cmd_enh_power_mode() 149 ps_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_PS_PARAM); in wlan_cmd_enh_power_mode() 150 …ps_tlv->header.len = wlan_cpu_to_le16(sizeof(MrvlIEtypes_ps_param_t) - sizeof(MrvlIEtypesHeader_t)… in wlan_cmd_enh_power_mode() 167 auto_ps_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_AUTO_DS_PARAM); in wlan_cmd_enh_power_mode() 168 auto_ps_tlv->header.len = in wlan_cmd_enh_power_mode() 188 sleep_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_AP_SLEEP_PARAM); in wlan_cmd_enh_power_mode() 189 sleep_tlv->header.len = in wlan_cmd_enh_power_mode() 200 inact_tlv->header.type = wlan_cpu_to_le16(TLV_TYPE_AP_INACT_SLEEP_PARAM); in wlan_cmd_enh_power_mode() 201 inact_tlv->header.len = in wlan_cmd_enh_power_mode() [all …]
|
| D | wifi-debug.c | 162 (void)PRINTF("Type: %d\n\r", htcap->header.type); in dump_htcap_info() 163 (void)PRINTF("Len: %d\n\r", htcap->header.len); in dump_htcap_info() 179 (void)PRINTF("Type: %d\n\r", htinfo->header.type); in dump_ht_info() 180 (void)PRINTF("Len: %d\n\r", htinfo->header.len); in dump_ht_info()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_fw.h | 1969 MrvlIEtypesHeader_t header; 1978 MrvlIEtypesHeader_t header; 1986 MrvlIEtypesHeader_t header; /**< Header */ 2048 MrvlIEtypesHeader_t header; 2059 MrvlIEtypesHeader_t header; /**< Header */ 2311 MrvlIEtypesHeader_t header; 2518 MrvlIEtypesHeader_t header; 2536 MrvlIEtypesHeader_t header; 2545 MrvlIEtypesHeader_t header; 2559 MrvlIEtypesHeader_t header; [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/conn_fwloader/ |
| D | fsl_loader_utils.c | 723 … fsl_nboot_sb3_header_t *header = (fsl_nboot_sb3_header_t *)(void *)&context->block_buffer[0]; in ldr_DoHeader_v3() local 727 context->block_buffer_size = header->imageTotalLength; in ldr_DoHeader_v3() 742 if (context->block_buffer_size != header->imageTotalLength) in ldr_DoHeader_v3() 763 ctx->nbootCtx, (uint32_t *)(void *)header, &manifestParms); in ldr_DoHeader_v3() 768 ctx->nbootCtx, (uint32_t *)(void *)header, &manifestParms); in ldr_DoHeader_v3() 772 …context->data_block_offset = (uint8_t)(sizeof(uint32_t) /* blockNumber*/ + header->certificateBloc… in ldr_DoHeader_v3() 776 context->block_size = header->blockSize; in ldr_DoHeader_v3() 1408 struct image_header *header; in load_service() local 1410 header = (void *)pt_a_ptr; in load_service() 1411 if (header->ih_magic == IMAGE_MAGIC) in load_service() [all …]
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/Common/ |
| D | fwk_platform_mcuboot_ota.ch | 77 /** Image header. All fields are in little endian byte order. */ 82 uint16_t ih_hdr_size; /* Size of image header (bytes). */ 84 uint32_t ih_img_size; /* Does not include header. */ 93 /** Image TLV header. All fields in little endian. */ 97 uint16_t it_tlv_tot; /* size of TLV area (including tlv_info header) */ 452 * \brief Perform validity checks on candidate image header 455 * \param[in] size: image size including header. 471 /* do we have at least the header */ 476 /* check magic number in image header */ 482 /* check that we have at least the amount of data declared by the header */ [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/ |
| D | mflash_file.c | 59 mflash_fs_header_t header; member 243 if (fs->header.magic_no != MFLASH_DIR_MAGIC_NO) in mflash_fs_check() 249 if ((fs->header.version & 0xFFFF0000u) != (MFLASH_FS_VERSION & 0xFFFF0000u)) in mflash_fs_check() 255 if (fs->header.page_size != MFLASH_PAGE_SIZE || fs->header.sector_size != MFLASH_SECTOR_SIZE) in mflash_fs_check() 262 …mflash_readable_check(fs, sizeof(mflash_fs_header_t) + fs->header.file_count * sizeof(mflash_dir_r… in mflash_fs_check() 315 uint32_t file_count = fs->header.file_count; in mflash_dir_lookup()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/netc/ |
| D | fsl_netc_msg.c | 428 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleMacFilter() local 441 switch (header->cmdId) in EP_PsiHandleMacFilter() 814 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleVlanFilter() local 825 switch (header->cmdId) in EP_PsiHandleVlanFilter() 873 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleLinkStatus() local 876 switch (header->cmdId) in EP_PsiHandleLinkStatus() 948 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleLinkSpeed() local 951 switch (header->cmdId) in EP_PsiHandleLinkSpeed() 1026 netc_msg_header_t *header = (netc_msg_header_t *)(uint32_t)(msgInfo->msgBuff); in EP_PsiHandleRxMsg() local 1045 if (msgInfo->msgLen != (((uint32_t)header->len + 1U) * 32U)) in EP_PsiHandleRxMsg() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/ |
| D | SW-Content-Register.txt | 85 Format: source code, header files, firmware 298 Format: Precompiled libraries, header files, 310 Format: Precompiled libraries, header files, 329 Format: Precompiled libraries, header files, 349 Format: Precompiled libraries, header files, 368 Format: Precompiled libraries, header files, 387 Format: Precompiled libraries, header files, 406 Format: Precompiled libraries, header files, 433 Format: source code, header files 559 Format: source code, header files [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX6/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX2/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX6/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX2/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX4/scfw_api/main/ |
| D | ipc_imx8qx.c | 99 msg->header = base->RR[0]; in sc_ipc_read() 105 msg->header = 0; in sc_ipc_read() 146 base->TR[0] = msg->header; in sc_ipc_write()
|