Searched refs:DataLength (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
D | wlan.h | 5563 … const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength); 5582 … const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength); 5601 … const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength); 5620 … const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength); 5639 … const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength); 5658 … const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength); 5685 t_u16 *DataLength); 5712 t_u16 *DataLength); 5739 t_u16 *DataLength); 5766 t_u16 *DataLength);
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
D | wlan.c | 13690 …, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength) in wlan_set_crypto_RC4_encrypt() argument 13710 if (*DataLength > rc4_data_length) in wlan_set_crypto_RC4_encrypt() 13717 Crypto_RC4_Param.DataLength = DataLength; in wlan_set_crypto_RC4_encrypt() 13726 …, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength) in wlan_set_crypto_RC4_decrypt() argument 13746 if (*DataLength > rc4_data_length) in wlan_set_crypto_RC4_decrypt() 13753 Crypto_RC4_Param.DataLength = DataLength; in wlan_set_crypto_RC4_decrypt() 13762 …, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength) in wlan_set_crypto_AES_ECB_encrypt() argument 13782 if (*DataLength > aes_ecb_data_length) in wlan_set_crypto_AES_ECB_encrypt() 13789 Crypto_AES_ECB_Param.DataLength = DataLength; in wlan_set_crypto_AES_ECB_encrypt() 13798 …, const t_u16 KeyLength, const t_u8 *KeyIV, const t_u16 KeyIVLength, t_u8 *Data, t_u16 *DataLength) in wlan_set_crypto_AES_ECB_decrypt() argument [all …]
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
D | mlan_init.h | 31 #define FW_DATA_XMIT_SIZE sizeof(FWHeader) + DataLength + sizeof(t_u32)
|
D | mlan_fw.h | 7121 t_u16 DataLength; 7143 t_u16 DataLength; 7176 t_u16 *DataLength;
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | mlan_api.c | 5068 t_u16 *DataLength = Crypto_Data->DataLength; in wifi_set_eu_crypto() local 5088 cmd->params.eu_crypto.DataLength = *DataLength; in wifi_set_eu_crypto() 5089 memcpy(cmd->params.eu_crypto.Data, Crypto_Data->Data, *DataLength); in wifi_set_eu_crypto() 5090 cmd_size += cmd->params.eu_crypto.DataLength; in wifi_set_eu_crypto() 5106 cmd->params.eu_aes_crypto.DataLength = *DataLength; in wifi_set_eu_crypto() 5107 memcpy(cmd->params.eu_aes_crypto.Data, Crypto_Data->Data, *DataLength); in wifi_set_eu_crypto() 5108 cmd_size += cmd->params.eu_aes_crypto.DataLength; in wifi_set_eu_crypto()
|
D | mlan_glue.c | 4452 … memcpy(EU_Data->DataLength, &cmd_eu_crypto->DataLength, sizeof(t_u16) / sizeof(t_u8)); in wifi_process_cmd_response() 4453 memcpy(EU_Data->Data, cmd_eu_crypto->Data, cmd_eu_crypto->DataLength); in wifi_process_cmd_response() 4458 … memcpy(EU_Data->DataLength, &cmd_aes_ccmp->DataLength, sizeof(t_u16) / sizeof(t_u8)); in wifi_process_cmd_response() 4459 memcpy(EU_Data->Data, cmd_aes_ccmp->Data, cmd_aes_ccmp->DataLength); in wifi_process_cmd_response()
|