Searched refs:ProbeRspLength (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8188eu/hal/ |
D | rtl8188e_cmd.c | 434 u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength; in SetFwRsvdPagePkt() local 495 …ConstructProbeRsp(adapt, &ReservedPagePacket[BufIndex], &ProbeRspLength, pnetwork->MacAddress, fal… in SetFwRsvdPagePkt() 496 …rtl8188e_fill_fake_txdesc(adapt, &ReservedPagePacket[BufIndex - TxDescLen], ProbeRspLength, false,… in SetFwRsvdPagePkt() 498 PageNeed = (u8)PageNum_128(TxDescLen + ProbeRspLength); in SetFwRsvdPagePkt()
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 1825 u32 BeaconLength = 0, ProbeRspLength = 0; in rtl8723b_set_AP_FwRsvdPagePkt() local 1878 &ProbeRspLength, in rtl8723b_set_AP_FwRsvdPagePkt() 1883 ProbeRspLength, in rtl8723b_set_AP_FwRsvdPagePkt() 1888 (ProbeRspLength+TxDescLen)); in rtl8723b_set_AP_FwRsvdPagePkt() 1890 CurtPktPageNum = (u8)PageNum_128(TxDescLen + ProbeRspLength); in rtl8723b_set_AP_FwRsvdPagePkt() 1896 TotalPacketLen = BufIndex + ProbeRspLength; in rtl8723b_set_AP_FwRsvdPagePkt()
|