Lines Matching refs:pLength

6477 static void rtw_hal_construct_P2PBeacon(_adapter *padapter, u8 *pframe, u32 *pLength)  in rtw_hal_construct_P2PBeacon()  argument
6739 *pLength = pktlen; in rtw_hal_construct_P2PBeacon()
6754 static void rtw_hal_construct_P2PProbeRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PProbeRsp() argument
7025 *pLength = pktlen; in rtw_hal_construct_P2PProbeRsp()
7039 static void rtw_hal_construct_P2PNegoRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PNegoRsp() argument
7429 *pLength = pktlen; in rtw_hal_construct_P2PNegoRsp()
7443 static void rtw_hal_construct_P2PInviteRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PInviteRsp() argument
7674 *pLength = pktlen; in rtw_hal_construct_P2PInviteRsp()
7690 static void rtw_hal_construct_P2PProvisionDisRsp(_adapter *padapter, u8 *pframe, u32 *pLength) in rtw_hal_construct_P2PProvisionDisRsp() argument
7787 *pLength = pktlen; in rtw_hal_construct_P2PProvisionDisRsp()
7872 u8 *pframe, u32 *pLength) in rtw_hal_construct_beacon() argument
7966 *pLength = pktlen; in rtw_hal_construct_beacon()
7973 u8 *pframe, u32 *pLength) in rtw_hal_construct_PSPoll() argument
8000 *pLength = 16; in rtw_hal_construct_PSPoll()
8044 u32 *pLength, in rtw_hal_construct_NullFunctionData() argument
8115 *pLength = pktlen; in rtw_hal_construct_NullFunctionData()
8118 void rtw_hal_construct_ProbeRsp(_adapter *padapter, u8 *pframe, u32 *pLength, in rtw_hal_construct_ProbeRsp() argument
8156 *pLength = pktlen; in rtw_hal_construct_ProbeRsp()
8213 u32 *pLength, in rtw_hal_construct_ARPRsp() argument
8258 *pLength = sMacHdrLng; in rtw_hal_construct_ARPRsp()
8260 *pLength = 24; in rtw_hal_construct_ARPRsp()
8283 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_ARPRsp()
8284 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_ARPRsp()
8292 arp_offset = *pLength; in rtw_hal_construct_ARPRsp()
8297 *pLength += 8; in rtw_hal_construct_ARPRsp()
8325 *pLength += 28; in rtw_hal_construct_ARPRsp()
8332 *pLength += 8; in rtw_hal_construct_ARPRsp()
8342 u32 *pLength in rtw_hal_construct_keepalive() argument
8381 *pLength = sMacHdrLng; in rtw_hal_construct_keepalive()
8383 *pLength = 24; in rtw_hal_construct_keepalive()
8406 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_keepalive()
8407 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_keepalive()
8415 frame_offset = *pLength; in rtw_hal_construct_keepalive()
8420 *pLength += 6; in rtw_hal_construct_keepalive()
8427 *pLength+=pwrpriv->keep_alive_pattern_len-12; in rtw_hal_construct_keepalive()
8430 *pLength += 8; in rtw_hal_construct_keepalive()
8451 u8 *pframe, u32 *pLength) in rtw_hal_construct_na_message() argument
8495 *pLength = sMacHdrLng; in rtw_hal_construct_na_message()
8497 *pLength = 24; in rtw_hal_construct_na_message()
8520 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_na_message()
8521 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_na_message()
8529 na_msg_offset = *pLength; in rtw_hal_construct_na_message()
8536 *pLength += val8; in rtw_hal_construct_na_message()
8543 *pLength += val8; in rtw_hal_construct_na_message()
8549 *pLength += val8; in rtw_hal_construct_na_message()
8553 _rtw_memset(&(p_na_msg[*pLength]), 0, 32); in rtw_hal_construct_na_message()
8554 *pLength += 32; in rtw_hal_construct_na_message()
8565 *pLength += val8; in rtw_hal_construct_na_message()
8569 _rtw_memset(&(p_na_msg[*pLength]), 0, 16); in rtw_hal_construct_na_message()
8570 *pLength += 16; in rtw_hal_construct_na_message()
8576 *pLength += 2; in rtw_hal_construct_na_message()
8579 _rtw_memset(&(p_na_msg[*pLength]), 0, 6); in rtw_hal_construct_na_message()
8580 *pLength += 6; in rtw_hal_construct_na_message()
8589 *pLength += 8; in rtw_hal_construct_na_message()
8596 u8 *pframe, u32 *pLength) in rtw_hal_construct_ndp_info() argument
8627 u32 *pLength, pno_ssid_t *ssid) in rtw_hal_construct_ProbeReq() argument
8673 *pLength = pktlen; in rtw_hal_construct_ProbeReq()
8677 u8 *pframe, u32 *pLength) in rtw_hal_construct_PNO_info() argument
8683 pPnoInfoPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_PNO_info()
8716 *pLength += 128; in rtw_hal_construct_PNO_info()
8722 *pLength += WLAN_SSID_MAXLEN; in rtw_hal_construct_PNO_info()
8728 u8 *pframe, u32 *pLength) in rtw_hal_construct_ssid_list() argument
8734 pSSIDListPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_ssid_list()
8740 *pLength += WLAN_SSID_MAXLEN; in rtw_hal_construct_ssid_list()
8746 u8 *pframe, u32 *pLength) in rtw_hal_construct_scan_info() argument
8752 pScanInfoPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_scan_info()
8756 *pLength += 1; in rtw_hal_construct_scan_info()
8761 *pLength += 1; in rtw_hal_construct_scan_info()
8766 *pLength += 1; in rtw_hal_construct_scan_info()
8770 *pLength += 1; in rtw_hal_construct_scan_info()
8774 *pLength += 1; in rtw_hal_construct_scan_info()
8778 *pLength += 1; in rtw_hal_construct_scan_info()
8782 *pLength += 1; in rtw_hal_construct_scan_info()
8786 *pLength += 1; in rtw_hal_construct_scan_info()
8790 *pLength += 8; in rtw_hal_construct_scan_info()
8796 *pLength += 4; in rtw_hal_construct_scan_info()
8813 u32 *pLength, in rtw_hal_construct_mdns_rsp_v4() argument
8855 *pLength = sMacHdrLng; in rtw_hal_construct_mdns_rsp_v4()
8857 *pLength = 24; in rtw_hal_construct_mdns_rsp_v4()
8880 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_mdns_rsp_v4()
8881 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_mdns_rsp_v4()
8889 mdns_offset = *pLength; in rtw_hal_construct_mdns_rsp_v4()
8893 *pLength += 8; in rtw_hal_construct_mdns_rsp_v4()
8909 *pLength += 20; in rtw_hal_construct_mdns_rsp_v4()
8916 *pLength += 8; in rtw_hal_construct_mdns_rsp_v4()
8925 *pLength += 8; in rtw_hal_construct_mdns_rsp_v4()
8930 *pLength += 12; in rtw_hal_construct_mdns_rsp_v4()
8946 u32 *pLength, in rtw_hal_construct_mdns_rsp_v6() argument
8990 *pLength = sMacHdrLng; in rtw_hal_construct_mdns_rsp_v6()
8992 *pLength = 24; in rtw_hal_construct_mdns_rsp_v6()
9015 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_mdns_rsp_v6()
9016 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_mdns_rsp_v6()
9023 mdns_offset = *pLength; in rtw_hal_construct_mdns_rsp_v6()
9027 *pLength += 8; in rtw_hal_construct_mdns_rsp_v6()
9038 *pLength += 40; in rtw_hal_construct_mdns_rsp_v6()
9045 *pLength += 8; in rtw_hal_construct_mdns_rsp_v6()
9054 *pLength += 8; in rtw_hal_construct_mdns_rsp_v6()
9059 *pLength += 12; in rtw_hal_construct_mdns_rsp_v6()
9070 u32 *pLength in rtw_hal_construct_GTKRsp() argument
9112 *pLength = sMacHdrLng; in rtw_hal_construct_GTKRsp()
9114 *pLength = 24; in rtw_hal_construct_GTKRsp()
9141 _rtw_memset(&(pframe[*pLength]), 0, EncryptionHeadOverhead); in rtw_hal_construct_GTKRsp()
9142 *pLength += EncryptionHeadOverhead; in rtw_hal_construct_GTKRsp()
9150 pGTKRspPkt = (u8 *)(pframe + *pLength); in rtw_hal_construct_GTKRsp()
9153 *pLength += 8; in rtw_hal_construct_GTKRsp()
9165 *pLength += 11; in rtw_hal_construct_GTKRsp()
9168 _rtw_memset(&(pframe[*pLength]), 0, 88); in rtw_hal_construct_GTKRsp()
9169 *pLength += 88; in rtw_hal_construct_GTKRsp()
9173 *pLength += 8; in rtw_hal_construct_GTKRsp()
9182 u8 *pframe, u32 *pLength) in rtw_hal_construct_remote_control_info() argument
9210 *pLength += sz; in rtw_hal_construct_remote_control_info()
9223 *pLength += sz; in rtw_hal_construct_remote_control_info()
9227 *pLength += sz; in rtw_hal_construct_remote_control_info()
9243 *pLength += sz; in rtw_hal_construct_remote_control_info()
10677 u32 *pLength in rtw_hal_construct_pattern_info() argument
10711 *pLength = pattern_info_len; in rtw_hal_construct_pattern_info()