| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_ext_genl.c | 318 int DataLen = 0; in wl_ext_genl_recv() local 340 DataLen = nla_len(na); in wl_ext_genl_recv() 341 AGENL_INFO(dev->name, "nla_len(na) : %d\n", DataLen); in wl_ext_genl_recv() 343 prhex("nla_data(na)", pData, DataLen); in wl_ext_genl_recv() 348 wl_ext_send_probersp(dev, pData, DataLen); in wl_ext_genl_recv() 354 prhex("nla_data(na)", pData, DataLen); in wl_ext_genl_recv() 434 int DataLen = 0; in wl_ext_genl_bind() local 453 DataLen = nla_len(na); in wl_ext_genl_bind() 454 AGENL_INFO(dev->name, "nla_len(na) : %d\n", DataLen); in wl_ext_genl_bind() 456 prhex("nla_data(na)", pData, DataLen); in wl_ext_genl_bind()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_ext_genl.c | 318 int DataLen = 0; in wl_ext_genl_recv() local 340 DataLen = nla_len(na); in wl_ext_genl_recv() 341 AGENL_INFO(dev->name, "nla_len(na) : %d\n", DataLen); in wl_ext_genl_recv() 343 prhex("nla_data(na)", pData, DataLen); in wl_ext_genl_recv() 348 wl_ext_send_probersp(dev, pData, DataLen); in wl_ext_genl_recv() 354 prhex("nla_data(na)", pData, DataLen); in wl_ext_genl_recv() 434 int DataLen = 0; in wl_ext_genl_bind() local 453 DataLen = nla_len(na); in wl_ext_genl_bind() 454 AGENL_INFO(dev->name, "nla_len(na) : %d\n", DataLen); in wl_ext_genl_bind() 456 prhex("nla_data(na)", pData, DataLen); in wl_ext_genl_bind()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_wapi_sms4.c | 269 u16 DataLen, in SecCalculateMicSMS4() argument 316 TempBuf[TempLen-1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 317 TempBuf[TempLen-2] = (u8)((DataLen & 0xff00)>>8); in SecCalculateMicSMS4() 323 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 326 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 673 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 705 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 805 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 807 if (OutputLength != DataLen) in SecSWSMS4Decryption() 812 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/ |
| H A D | rtw_wapi_sms4.c | 290 u16 DataLen, in SecCalculateMicSMS4() argument 336 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 337 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 343 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 346 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 683 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 714 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 807 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 809 if (OutputLength != DataLen) in SecSWSMS4Decryption() 814 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/ |
| H A D | rtw_wapi_sms4.c | 276 u16 DataLen, in SecCalculateMicSMS4() argument 322 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 323 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 329 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 332 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 669 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 700 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 793 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 795 if (OutputLength != DataLen) in SecSWSMS4Decryption() 800 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/ |
| H A D | rtw_wapi_sms4.c | 290 u16 DataLen, in SecCalculateMicSMS4() argument 336 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 337 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 343 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 346 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 683 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 714 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 807 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 809 if (OutputLength != DataLen) in SecSWSMS4Decryption() 814 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/ |
| H A D | rtw_wapi_sms4.c | 269 u16 DataLen, in SecCalculateMicSMS4() argument 316 TempBuf[TempLen-1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 317 TempBuf[TempLen-2] = (u8)((DataLen & 0xff00)>>8); in SecCalculateMicSMS4() 323 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 326 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 673 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 705 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 805 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 807 if (OutputLength != DataLen) in SecSWSMS4Decryption() 812 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_wapi_sms4.c | 290 u16 DataLen, in SecCalculateMicSMS4() argument 336 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 337 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 343 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 346 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 683 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 714 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 807 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 809 if (OutputLength != DataLen) in SecSWSMS4Decryption() 814 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/ |
| H A D | rtw_wapi_sms4.c | 290 u16 DataLen, in SecCalculateMicSMS4() argument 336 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 337 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 343 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 346 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 683 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 714 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 807 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 809 if (OutputLength != DataLen) in SecSWSMS4Decryption() 814 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/ |
| H A D | rtw_wapi_sms4.c | 289 u16 DataLen, in SecCalculateMicSMS4() argument 335 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 336 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 342 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 345 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 682 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 713 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 806 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 808 if (OutputLength != DataLen) in SecSWSMS4Decryption() 813 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/ |
| H A D | rtw_wapi_sms4.c | 290 u16 DataLen, in SecCalculateMicSMS4() argument 336 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 337 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 343 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 346 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 683 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 714 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 807 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 809 if (OutputLength != DataLen) in SecSWSMS4Decryption() 814 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/ |
| H A D | rtw_wapi_sms4.c | 290 u16 DataLen, in SecCalculateMicSMS4() argument 336 TempBuf[TempLen - 1] = (u8)(DataLen & 0xff); in SecCalculateMicSMS4() 337 TempBuf[TempLen - 2] = (u8)((DataLen & 0xff00) >> 8); in SecCalculateMicSMS4() 343 WAPI_DATA(WAPI_TX, "CalculateMic - pData", pData, DataLen); in SecCalculateMicSMS4() 346 pData, DataLen, MicBuffer, &MicLen); in SecCalculateMicSMS4() 683 u16 OutputLength, DataLen; in SecSWSMS4Decryption() local 714 DataLen = pskb->len - DataOffset; in SecSWSMS4Decryption() 807 WapiSMS4Decryption(pDataKey, pRecvPN, pSecData, DataLen, pSecData, &OutputLength); in SecSWSMS4Decryption() 809 if (OutputLength != DataLen) in SecSWSMS4Decryption() 814 DataLen -= padapter->wapiInfo.extra_postfix_len; in SecSWSMS4Decryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r819xU_cmdpkt.c | 30 rt_status SendTxCommandPacket(struct net_device *dev, void *pData, u32 DataLen) in SendTxCommandPacket() argument 39 skb = dev_alloc_skb(USB_HWDESC_HEADER_LEN + DataLen + 4); in SendTxCommandPacket() 48 skb_put_data(skb, pData, DataLen); in SendTxCommandPacket() 49 tcb_desc->txbuf_size = (u16)DataLen; in SendTxCommandPacket()
|
| H A D | r819xU_cmdpkt.h | 188 void *pData, u32 DataLen);
|