Searched refs:eosp (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.10/net/mac80211/ |
| D | mesh_ps.c | 362 static void mpsp_trigger_send(struct sta_info *sta, bool rspi, bool eosp) in mpsp_trigger_send() argument 375 if (!eosp) in mpsp_trigger_send() 389 if (eosp) in mpsp_trigger_send() 398 rspi ? " RSPI" : "", eosp ? " EOSP" : "", sta->sta.addr); in mpsp_trigger_send() 541 u8 eosp = qc[0] & IEEE80211_QOS_CTL_EOSP; in ieee80211_mpsp_trigger_process() local 547 if (eosp) in ieee80211_mpsp_trigger_process() 554 if (eosp) in ieee80211_mpsp_trigger_process()
|
| /Linux-v5.10/drivers/staging/rtl8188eu/include/ |
| D | wifi.h | 207 #define SetEOSP(pbuf, eosp) \ argument 208 *(__le16 *)(pbuf) |= cpu_to_le16((eosp & 1) << 4)
|
| D | rtw_xmit.h | 140 u8 eosp; member
|
| /Linux-v5.10/drivers/staging/rtl8188eu/core/ |
| D | rtw_xmit.c | 325 pattrib->eosp = 0; in update_attrib_phy_info() 807 SetEOSP(qc, pattrib->eosp); in rtw_make_wlanhdr() 1857 pxmitframe->attrib.eosp = 0; in wakeup_sta_to_xmit() 1860 pxmitframe->attrib.eosp = 1; in wakeup_sta_to_xmit() 1983 pxmitframe->attrib.eosp = 0; in xmit_delivery_enabled_frames() 1986 pxmitframe->attrib.eosp = 1; in xmit_delivery_enabled_frames()
|
| D | rtw_mlme_ext.c | 1324 pattrib->eosp = 1; in _issue_qos_nulldata() 1348 SetEOSP(qc, pattrib->eosp); in _issue_qos_nulldata()
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
| D | rtl8xxxu.h | 148 u32 eosp:1; member 210 u32 eosp:1; 289 u32 eosp:1; member 351 u32 eosp:1;
|
| /Linux-v5.10/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-v5.10/drivers/staging/rtl8723bs/core/ |
| D | rtw_xmit.c | 444 pattrib->eosp = 0; in update_attrib_phy_info() 1000 SetEOSP(qc, pattrib->eosp); in rtw_make_wlanhdr() 2446 pxmitframe->attrib.eosp = 0; in wakeup_sta_to_xmit() 2449 pxmitframe->attrib.eosp = 1; in wakeup_sta_to_xmit() 2566 pxmitframe->attrib.eosp = 0; in xmit_delivery_enabled_frames() 2569 pxmitframe->attrib.eosp = 1; in xmit_delivery_enabled_frames()
|
| D | rtw_mlme_ext.c | 3599 pattrib->eosp = 1; in _issue_qos_nulldata() 3623 SetEOSP(qc, pattrib->eosp); in _issue_qos_nulldata()
|
| /Linux-v5.10/drivers/staging/rtl8192e/ |
| D | rtllib.h | 878 u16 eosp:1; member
|
| /Linux-v5.10/drivers/staging/rtl8192u/ieee80211/ |
| D | ieee80211.h | 1046 u16 eosp:1; member
|