Searched refs:ProbeRspLength (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8188eu/hal/ |
| D | rtl8188e_cmd.c | 441 u32 BeaconLength = 0, ProbeRspLength = 0, PSPollLength; in SetFwRsvdPagePkt() local 502 …ConstructProbeRsp(adapt, &ReservedPagePacket[BufIndex], &ProbeRspLength, pnetwork->MacAddress, fal… in SetFwRsvdPagePkt() 503 …rtl8188e_fill_fake_txdesc(adapt, &ReservedPagePacket[BufIndex-TxDescLen], ProbeRspLength, false, f… in SetFwRsvdPagePkt() 505 PageNeed = (u8)PageNum_128(TxDescLen + ProbeRspLength); in SetFwRsvdPagePkt()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723b_cmd.c | 1817 u32 BeaconLength = 0, ProbeRspLength = 0; in rtl8723b_set_AP_FwRsvdPagePkt() local 1870 &ProbeRspLength, in rtl8723b_set_AP_FwRsvdPagePkt() 1875 ProbeRspLength, in rtl8723b_set_AP_FwRsvdPagePkt() 1880 (ProbeRspLength+TxDescLen)); in rtl8723b_set_AP_FwRsvdPagePkt() 1882 CurtPktPageNum = (u8)PageNum_128(TxDescLen + ProbeRspLength); in rtl8723b_set_AP_FwRsvdPagePkt() 1888 TotalPacketLen = BufIndex + ProbeRspLength; in rtl8723b_set_AP_FwRsvdPagePkt()
|