Lines Matching refs:pLength

6553 static void rtw_hal_construct_P2PBeacon(_adapter *padapter, u8 *pframe, u32 *pLength)  in rtw_hal_construct_P2PBeacon()  argument
6815 *pLength = pktlen; in rtw_hal_construct_P2PBeacon()
6830 static void rtw_hal_construct_P2PProbeRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PProbeRsp() argument
7101 *pLength = pktlen; in rtw_hal_construct_P2PProbeRsp()
7115 static void rtw_hal_construct_P2PNegoRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PNegoRsp() argument
7505 *pLength = pktlen; in rtw_hal_construct_P2PNegoRsp()
7519 static void rtw_hal_construct_P2PInviteRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PInviteRsp() argument
7750 *pLength = pktlen; in rtw_hal_construct_P2PInviteRsp()
7766 static void rtw_hal_construct_P2PProvisionDisRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PProvisionDisRsp() argument
7863 *pLength = pktlen; in rtw_hal_construct_P2PProvisionDisRsp()
7948 u8 *pframe, u32 *pLength) in rtw_hal_construct_beacon() argument
8042 *pLength = pktlen; in rtw_hal_construct_beacon()
8049 u8 *pframe, u32 *pLength) in rtw_hal_construct_PSPoll() argument
8076 *pLength = 16; in rtw_hal_construct_PSPoll()
8120 u32 *pLength, in rtw_hal_construct_NullFunctionData() argument
8191 *pLength = pktlen; in rtw_hal_construct_NullFunctionData()
8194 void rtw_hal_construct_ProbeRsp(_adapter *padapter, u8 *pframe, u32 *pLength, in rtw_hal_construct_ProbeRsp() argument
8232 *pLength = pktlen; in rtw_hal_construct_ProbeRsp()
8289 u32 *pLength, in rtw_hal_construct_ARPRsp() argument
8334 *pLength = sMacHdrLng; in rtw_hal_construct_ARPRsp()
8336 *pLength = 24; in rtw_hal_construct_ARPRsp()
8359 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_ARPRsp()
8360 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_ARPRsp()
8368 arp_offset = *pLength; in rtw_hal_construct_ARPRsp()
8373 *pLength += 8; in rtw_hal_construct_ARPRsp()
8401 *pLength += 28; in rtw_hal_construct_ARPRsp()
8408 *pLength += 8; in rtw_hal_construct_ARPRsp()
8418 u32 *pLength in rtw_hal_construct_keepalive() argument
8457 *pLength = sMacHdrLng; in rtw_hal_construct_keepalive()
8459 *pLength = 24; in rtw_hal_construct_keepalive()
8482 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_keepalive()
8483 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_keepalive()
8491 frame_offset = *pLength; in rtw_hal_construct_keepalive()
8496 *pLength += 6; in rtw_hal_construct_keepalive()
8503 *pLength+=pwrpriv->keep_alive_pattern_len-12; in rtw_hal_construct_keepalive()
8506 *pLength += 8; in rtw_hal_construct_keepalive()
8527 u8 *pframe, u32 *pLength) in rtw_hal_construct_na_message() argument
8571 *pLength = sMacHdrLng; in rtw_hal_construct_na_message()
8573 *pLength = 24; in rtw_hal_construct_na_message()
8596 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_na_message()
8597 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_na_message()
8605 na_msg_offset = *pLength; in rtw_hal_construct_na_message()
8612 *pLength += val8; in rtw_hal_construct_na_message()
8619 *pLength += val8; in rtw_hal_construct_na_message()
8625 *pLength += val8; in rtw_hal_construct_na_message()
8629 _rtw_memset(&(p_na_msg[*pLength]), 0, 32); in rtw_hal_construct_na_message()
8630 *pLength += 32; in rtw_hal_construct_na_message()
8641 *pLength += val8; in rtw_hal_construct_na_message()
8645 _rtw_memset(&(p_na_msg[*pLength]), 0, 16); in rtw_hal_construct_na_message()
8646 *pLength += 16; in rtw_hal_construct_na_message()
8652 *pLength += 2; in rtw_hal_construct_na_message()
8655 _rtw_memset(&(p_na_msg[*pLength]), 0, 6); in rtw_hal_construct_na_message()
8656 *pLength += 6; in rtw_hal_construct_na_message()
8665 *pLength += 8; in rtw_hal_construct_na_message()
8672 u8 *pframe, u32 *pLength) in rtw_hal_construct_ndp_info() argument
8703 u32 *pLength, pno_ssid_t *ssid) in rtw_hal_construct_ProbeReq() argument
8749 *pLength = pktlen; in rtw_hal_construct_ProbeReq()
8753 u8 *pframe, u32 *pLength) in rtw_hal_construct_PNO_info() argument
8759 pPnoInfoPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_PNO_info()
8796 *pLength += 72; in rtw_hal_construct_PNO_info()
8800 *pLength += 128; in rtw_hal_construct_PNO_info()
8806 *pLength += WLAN_SSID_MAXLEN; in rtw_hal_construct_PNO_info()
8813 u8 *pframe, u32 *pLength) in rtw_hal_construct_ssid_list() argument
8819 pSSIDListPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_ssid_list()
8825 *pLength += WLAN_SSID_MAXLEN; in rtw_hal_construct_ssid_list()
8831 u8 *pframe, u32 *pLength) in rtw_hal_construct_scan_info() argument
8837 pScanInfoPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_scan_info()
8841 *pLength += 1; in rtw_hal_construct_scan_info()
8846 *pLength += 1; in rtw_hal_construct_scan_info()
8851 *pLength += 1; in rtw_hal_construct_scan_info()
8855 *pLength += 1; in rtw_hal_construct_scan_info()
8859 *pLength += 1; in rtw_hal_construct_scan_info()
8863 *pLength += 1; in rtw_hal_construct_scan_info()
8867 *pLength += 1; in rtw_hal_construct_scan_info()
8871 *pLength += 1; in rtw_hal_construct_scan_info()
8875 *pLength += 8; in rtw_hal_construct_scan_info()
8881 *pLength += 4; in rtw_hal_construct_scan_info()
8899 u32 *pLength, in rtw_hal_construct_mdns_rsp_v4() argument
8941 *pLength = sMacHdrLng; in rtw_hal_construct_mdns_rsp_v4()
8943 *pLength = 24; in rtw_hal_construct_mdns_rsp_v4()
8966 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_mdns_rsp_v4()
8967 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_mdns_rsp_v4()
8975 mdns_offset = *pLength; in rtw_hal_construct_mdns_rsp_v4()
8979 *pLength += 8; in rtw_hal_construct_mdns_rsp_v4()
8995 *pLength += 20; in rtw_hal_construct_mdns_rsp_v4()
9002 *pLength += 8; in rtw_hal_construct_mdns_rsp_v4()
9011 *pLength += 8; in rtw_hal_construct_mdns_rsp_v4()
9016 *pLength += 12; in rtw_hal_construct_mdns_rsp_v4()
9032 u32 *pLength, in rtw_hal_construct_mdns_rsp_v6() argument
9076 *pLength = sMacHdrLng; in rtw_hal_construct_mdns_rsp_v6()
9078 *pLength = 24; in rtw_hal_construct_mdns_rsp_v6()
9101 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_mdns_rsp_v6()
9102 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_mdns_rsp_v6()
9109 mdns_offset = *pLength; in rtw_hal_construct_mdns_rsp_v6()
9113 *pLength += 8; in rtw_hal_construct_mdns_rsp_v6()
9124 *pLength += 40; in rtw_hal_construct_mdns_rsp_v6()
9131 *pLength += 8; in rtw_hal_construct_mdns_rsp_v6()
9140 *pLength += 8; in rtw_hal_construct_mdns_rsp_v6()
9145 *pLength += 12; in rtw_hal_construct_mdns_rsp_v6()
9156 u32 *pLength in rtw_hal_construct_GTKRsp() argument
9198 *pLength = sMacHdrLng; in rtw_hal_construct_GTKRsp()
9200 *pLength = 24; in rtw_hal_construct_GTKRsp()
9227 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_GTKRsp()
9228 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_GTKRsp()
9236 pGTKRspPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_GTKRsp()
9239 *pLength += 8; in rtw_hal_construct_GTKRsp()
9251 *pLength += 11; in rtw_hal_construct_GTKRsp()
9254 _rtw_memset(&(pframe[*pLength]), 0, 88); in rtw_hal_construct_GTKRsp()
9255 *pLength += 88; in rtw_hal_construct_GTKRsp()
9259 *pLength += 8; in rtw_hal_construct_GTKRsp()
9268 u8 *pframe, u32 *pLength) in rtw_hal_construct_remote_control_info() argument
9296 *pLength += sz; in rtw_hal_construct_remote_control_info()
9309 *pLength += sz; in rtw_hal_construct_remote_control_info()
9313 *pLength += sz; in rtw_hal_construct_remote_control_info()
9329 *pLength += sz; in rtw_hal_construct_remote_control_info()
10798 u32 *pLength in rtw_hal_construct_pattern_info() argument
10832 *pLength = pattern_info_len; in rtw_hal_construct_pattern_info()