Searched refs:pwlanqoshdr (Results 1 – 2 of 2) sorted by relevance
273 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructNullFunctionData() local277 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()278 SetPriority(&pwlanqoshdr->qos_ctrl, AC); in ConstructNullFunctionData()279 SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); in ConstructNullFunctionData()795 struct ieee80211_qos_hdr *pwlanqoshdr; in ConstructBtNullFunctionData() local799 pwlanqoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructBtNullFunctionData()800 SetPriority(&pwlanqoshdr->qos_ctrl, AC); in ConstructBtNullFunctionData()801 SetEOSP(&pwlanqoshdr->qos_ctrl, bEosp); in ConstructBtNullFunctionData()
370 struct rtw_ieee80211_hdr_3addr_qos *pwlanqoshdr; in ConstructNullFunctionData() local374 pwlanqoshdr = (struct rtw_ieee80211_hdr_3addr_qos *)pframe; in ConstructNullFunctionData()375 SetPriority(&pwlanqoshdr->qc, AC); in ConstructNullFunctionData()376 SetEOSP(&pwlanqoshdr->qc, bEosp); in ConstructNullFunctionData()
Completed in 6 milliseconds