Searched refs:eosp (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/net/mac80211/ |
D | mesh_ps.c | 363 static void mpsp_trigger_send(struct sta_info *sta, bool rspi, bool eosp) in mpsp_trigger_send() argument 376 if (!eosp) in mpsp_trigger_send() 390 if (eosp) in mpsp_trigger_send() 399 rspi ? " RSPI" : "", eosp ? " EOSP" : "", sta->sta.addr); in mpsp_trigger_send() 540 u8 eosp = qc[0] & IEEE80211_QOS_CTL_EOSP; in ieee80211_mpsp_trigger_process() local 546 if (eosp) in ieee80211_mpsp_trigger_process() 553 if (eosp) in ieee80211_mpsp_trigger_process()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | wifi.h | 240 #define SetEOSP(pbuf, eosp) \ argument 241 *(__le16 *)(pbuf) |= cpu_to_le16((eosp & 1) << 4)
|
D | rtw_xmit.h | 141 u8 eosp; member
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.h | 156 u32 eosp:1; member 218 u32 eosp:1; 297 u32 eosp:1; member 359 u32 eosp:1;
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_xmit.c | 332 pattrib->eosp = 0; in update_attrib_phy_info() 807 SetEOSP(qc, pattrib->eosp); in rtw_make_wlanhdr() 1846 pxmitframe->attrib.eosp = 0; in wakeup_sta_to_xmit() 1849 pxmitframe->attrib.eosp = 1; in wakeup_sta_to_xmit() 1972 pxmitframe->attrib.eosp = 0; in xmit_delivery_enabled_frames() 1975 pxmitframe->attrib.eosp = 1; in xmit_delivery_enabled_frames()
|
D | rtw_mlme_ext.c | 1331 pattrib->eosp = 1; in _issue_qos_nulldata() 1355 SetEOSP(qc, pattrib->eosp); in _issue_qos_nulldata()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | wifi.h | 316 #define SetEOSP(pbuf, eosp) \ argument 317 *(__le16 *)(pbuf) |= cpu_to_le16((eosp & 1) << 4)
|
D | rtw_xmit.h | 179 u8 eosp; member
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_xmit.c | 458 pattrib->eosp = 0; in update_attrib_phy_info() 1083 SetEOSP(qc, pattrib->eosp); in rtw_make_wlanhdr() 2686 pxmitframe->attrib.eosp = 0; in wakeup_sta_to_xmit() 2689 pxmitframe->attrib.eosp = 1; in wakeup_sta_to_xmit() 2841 pxmitframe->attrib.eosp = 0; in xmit_delivery_enabled_frames() 2844 pxmitframe->attrib.eosp = 1; in xmit_delivery_enabled_frames()
|
D | rtw_mlme_ext.c | 3617 pattrib->eosp = 1; in _issue_qos_nulldata() 3641 SetEOSP(qc, pattrib->eosp); in _issue_qos_nulldata()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib.h | 883 u16 eosp:1; member
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 1050 u16 eosp:1; member
|