Home
last modified time | relevance | path

Searched refs:qoshdr (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c352 struct ieee80211_qos_hdr *qoshdr; in ConstructNullFunctionData() local
353 qoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
355 qoshdr->frame_control |= in ConstructNullFunctionData()
359 qoshdr->qos_ctrl = cpu_to_le16(AC & IEEE80211_QOS_CTL_TID_MASK); in ConstructNullFunctionData()
361 qoshdr->qos_ctrl |= cpu_to_le16(IEEE80211_QOS_CTL_EOSP); in ConstructNullFunctionData()
/linux-4.1.27/net/mac80211/
Dmesh_ps.c514 u8 *qoshdr = ieee80211_get_qos_ctl(hdr); in mps_frame_deliver() local
517 *qoshdr |= IEEE80211_QOS_CTL_EOSP; in mps_frame_deliver()
Dsta_info.c1429 u8 *qoshdr = NULL; in ieee80211_sta_ps_deliver_response() local
1454 qoshdr = ieee80211_get_qos_ctl(hdr); in ieee80211_sta_ps_deliver_response()
1487 if (qoshdr) { in ieee80211_sta_ps_deliver_response()
1488 *qoshdr |= IEEE80211_QOS_CTL_EOSP; in ieee80211_sta_ps_deliver_response()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_xmit.c841 struct ieee80211_qos_hdr *qoshdr; in rtw_make_wlanhdr() local
921 qoshdr = (struct ieee80211_qos_hdr *)hdr; in rtw_make_wlanhdr()
923 qoshdr->qos_ctrl = cpu_to_le16( in rtw_make_wlanhdr()
926 qoshdr->qos_ctrl |= cpu_to_le16( in rtw_make_wlanhdr()
931 qoshdr->qos_ctrl |= in rtw_make_wlanhdr()