Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h174 u8 uapsd_be; member
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c405 psta->uapsd_be = 0; in rtw_free_stainfo()
H A Drtw_xmit.c2100 wmmps_ac = psta->uapsd_be&BIT(0); in xmitframe_enqueue_for_sleeping_sta()
2231 wmmps_ac = psta->uapsd_be&BIT(1); in wakeup_sta_to_xmit()
2344 wmmps_ac = psta->uapsd_be&BIT(1); in xmit_delivery_enabled_frames()
H A Drtw_recv.c600 wmmps_ac = psta->uapsd_be&BIT(1); in process_wmmps_data()
938 wmmps_ac = psta->uapsd_be&BIT(0); in validate_recv_ctrl_frame()
H A Drtw_mlme_ext.c1182 pstat->uapsd_be = 0; in OnAssocReq()
1220 pstat->uapsd_be = BIT(0)|BIT(1); in OnAssocReq()
1222 pstat->uapsd_be = 0; in OnAssocReq()