Searched refs:eosp (Results 1 – 12 of 12) sorted by relevance
/linux/net/mac80211/ |
A 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() 542 u8 eosp = qc[0] & IEEE80211_QOS_CTL_EOSP; in ieee80211_mpsp_trigger_process() local 548 if (eosp) in ieee80211_mpsp_trigger_process() 555 if (eosp) in ieee80211_mpsp_trigger_process()
|
/linux/drivers/staging/rtl8723bs/include/ |
A D | wifi.h | 194 #define SetEOSP(pbuf, eosp) \ argument 195 (*(__le16 *)(pbuf) |= cpu_to_le16((eosp & 1) << 4))
|
A D | rtw_xmit.h | 172 u8 eosp; member
|
/linux/drivers/staging/r8188eu/core/ |
A D | rtw_xmit.c | 336 pattrib->eosp = 0; in update_attrib_phy_info() 773 SetEOSP(qc, pattrib->eosp); in rtw_make_wlanhdr() 1987 pxmitframe->attrib.eosp = 0; in wakeup_sta_to_xmit() 1990 pxmitframe->attrib.eosp = 1; in wakeup_sta_to_xmit() 2113 pxmitframe->attrib.eosp = 0; in xmit_delivery_enabled_frames() 2116 pxmitframe->attrib.eosp = 1; in xmit_delivery_enabled_frames()
|
A D | rtw_mlme_ext.c | 5520 pattrib->eosp = 1; in _issue_qos_nulldata() 5541 SetEOSP(qc, pattrib->eosp); in _issue_qos_nulldata()
|
/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
A D | rtl8xxxu.h | 148 u32 eosp:1; member 210 u32 eosp:1; 289 u32 eosp:1; member 351 u32 eosp:1;
|
/linux/drivers/staging/r8188eu/include/ |
A D | wifi.h | 302 #define SetEOSP(pbuf, eosp) \ argument 303 *(__le16 *)(pbuf) |= cpu_to_le16((eosp & 1) << 4)
|
A D | rtw_xmit.h | 141 u8 eosp; member
|
/linux/drivers/staging/rtl8723bs/core/ |
A D | rtw_xmit.c | 443 pattrib->eosp = 0; in update_attrib_phy_info() 927 SetEOSP(qc, pattrib->eosp); in rtw_make_wlanhdr() 2247 pxmitframe->attrib.eosp = 0; in wakeup_sta_to_xmit() 2250 pxmitframe->attrib.eosp = 1; in wakeup_sta_to_xmit() 2359 pxmitframe->attrib.eosp = 0; in xmit_delivery_enabled_frames() 2362 pxmitframe->attrib.eosp = 1; in xmit_delivery_enabled_frames()
|
A D | rtw_mlme_ext.c | 3203 pattrib->eosp = 1; in _issue_qos_nulldata() 3224 SetEOSP(qc, pattrib->eosp); in _issue_qos_nulldata()
|
/linux/drivers/staging/rtl8192e/ |
A D | rtllib.h | 878 u16 eosp:1; member
|
/linux/drivers/staging/rtl8192u/ieee80211/ |
A D | ieee80211.h | 1046 u16 eosp:1; member
|
Completed in 74 milliseconds