Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c351 struct ieee80211_qos_hdr *qoshdr; in ConstructNullFunctionData() local
352 qoshdr = (struct ieee80211_qos_hdr *)pframe; in ConstructNullFunctionData()
354 qoshdr->frame_control |= in ConstructNullFunctionData()
358 qoshdr->qos_ctrl = cpu_to_le16(AC & IEEE80211_QOS_CTL_TID_MASK); in ConstructNullFunctionData()
360 qoshdr->qos_ctrl |= cpu_to_le16(IEEE80211_QOS_CTL_EOSP); in ConstructNullFunctionData()
/linux-4.4.14/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.c1448 u8 *qoshdr = NULL; in ieee80211_sta_ps_deliver_response() local
1473 qoshdr = ieee80211_get_qos_ctl(hdr); in ieee80211_sta_ps_deliver_response()
1506 if (qoshdr) { in ieee80211_sta_ps_deliver_response()
1507 *qoshdr |= IEEE80211_QOS_CTL_EOSP; in ieee80211_sta_ps_deliver_response()
/linux-4.4.14/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()