Home
last modified time | relevance | path

Searched refs:pwlanqoshdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c362 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData() local
366 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
367 SetPriority(&pwlanqoshdr->qos_ctrl, AC); in ConstructNullFunctionData()
368 SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); in ConstructNullFunctionData()
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_cmd.c301 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData() local
305 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
306 SetPriority(&pwlanqoshdr->qos_ctrl, AC); in ConstructNullFunctionData()
307 SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); in ConstructNullFunctionData()
2109 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructBtNullFunctionData() local
2113 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructBtNullFunctionData()
2114 SetPriority(&pwlanqoshdr->qos_ctrl, AC); in ConstructBtNullFunctionData()
2115 SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); in ConstructBtNullFunctionData()