Searched refs:ProbeRspLength (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 443 u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength; in SetFwRsvdPagePkt() local 504 …ConstructProbeRsp(adapt, &ReservedPagePacket[BufIndex], &ProbeRspLength, pnetwork->MacAddress, fal… in SetFwRsvdPagePkt() 505 …rtl8188e_fill_fake_txdesc(adapt, &ReservedPagePacket[BufIndex-TxDescLen], ProbeRspLength, false, f… in SetFwRsvdPagePkt() 507 PageNeed = (u8)PageNum_128(TxDescLen + ProbeRspLength); in SetFwRsvdPagePkt()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 1836 u32 BeaconLength = 0, ProbeRspLength = 0; in rtl8723b_set_AP_FwRsvdPagePkt() local 1889 &ProbeRspLength, in rtl8723b_set_AP_FwRsvdPagePkt() 1894 ProbeRspLength, in rtl8723b_set_AP_FwRsvdPagePkt() 1899 (ProbeRspLength+TxDescLen)); in rtl8723b_set_AP_FwRsvdPagePkt() 1901 CurtPktPageNum = (u8)PageNum_128(TxDescLen + ProbeRspLength); in rtl8723b_set_AP_FwRsvdPagePkt() 1907 TotalPacketLen = BufIndex + ProbeRspLength; in rtl8723b_set_AP_FwRsvdPagePkt()
|