Searched refs:sta_dz_bitmap (Results 1 – 10 of 10) sorted by relevance
81 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()346 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
1855 if (pstapriv->sta_dz_bitmap) {/* if any one sta is in ps mode */ in xmitframe_enqueue_for_sleeping_sta()1863 pstapriv->sta_dz_bitmap |= BIT(0); in xmitframe_enqueue_for_sleeping_sta()1880 if (pstapriv->sta_dz_bitmap & BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta()1972 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit()2072 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit()2082 if ((pstapriv->sta_dz_bitmap & 0xfffe) == 0x0) { /* no any sta in ps mode */ in wakeup_sta_to_xmit()2111 pstapriv->sta_dz_bitmap &= ~BIT(0); in wakeup_sta_to_xmit()
1201 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
946 if ((psta->state & WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap & BIT(psta->aid))) { in validate_recv_ctrl_frame()
90 pstapriv->sta_dz_bitmap = 0; in _rtw_init_sta_priv()411 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo()
2044 if (pstapriv->sta_dz_bitmap) { /* if anyone sta is in ps mode */ in xmitframe_enqueue_for_sleeping_sta()2057 pstapriv->sta_dz_bitmap |= BIT(0); in xmitframe_enqueue_for_sleeping_sta()2077 if (pstapriv->sta_dz_bitmap & BIT(psta->aid)) { in xmitframe_enqueue_for_sleeping_sta()2173 pstapriv->sta_dz_bitmap |= BIT(psta->aid); in stop_sta_xmit()2271 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in wakeup_sta_to_xmit()2278 if ((pstapriv->sta_dz_bitmap&0xfffe) == 0x0) { /* no any sta in ps mode */ in wakeup_sta_to_xmit()2301 pstapriv->sta_dz_bitmap &= ~BIT(0); in wakeup_sta_to_xmit()
1522 pstapriv->sta_dz_bitmap &= ~BIT(0); in rtw_chk_hi_queue_hdl()
950 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame()
272 u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap member
332 u16 sta_dz_bitmap;/* only support for 15 stations, aid bitmap for sleeping stations. */ member