Home
last modified time | relevance | path

Searched refs:uapsd_be (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/rtl8188eu/include/
Dsta_info.h171 u8 uapsd_be; member
/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c362 psta->uapsd_be = 0; in rtw_free_stainfo()
Drtw_xmit.c1778 wmmps_ac = psta->uapsd_be&BIT(0); in xmitframe_enqueue_for_sleeping_sta()
1905 wmmps_ac = psta->uapsd_be&BIT(1); in wakeup_sta_to_xmit()
2031 wmmps_ac = psta->uapsd_be&BIT(1); in xmit_delivery_enabled_frames()
Drtw_recv.c626 wmmps_ac = psta->uapsd_be&BIT(1); in process_wmmps_data()
978 wmmps_ac = psta->uapsd_be&BIT(0); in validate_recv_ctrl_frame()
Drtw_mlme_ext.c3191 pstat->uapsd_be = 0; in OnAssocReq()
3228 pstat->uapsd_be = BIT(0)|BIT(1); in OnAssocReq()
3230 pstat->uapsd_be = 0; in OnAssocReq()