Lines Matching refs:uapsd
1857 if (arvif->u.sta.uapsd)
1882 if (arvif->u.sta.uapsd)
2399 u32 uapsd = 0;
2410 uapsd |= WMI_AP_PS_UAPSD_AC3_DELIVERY_EN |
2413 uapsd |= WMI_AP_PS_UAPSD_AC2_DELIVERY_EN |
2416 uapsd |= WMI_AP_PS_UAPSD_AC1_DELIVERY_EN |
2419 uapsd |= WMI_AP_PS_UAPSD_AC0_DELIVERY_EN |
2428 uapsd);
2430 ath10k_warn(ar, "failed to set ap ps peer param uapsd for vdev %i: %d\n",
7605 arvif->u.sta.uapsd |= value;
7607 arvif->u.sta.uapsd &= ~value;
7611 arvif->u.sta.uapsd);
7613 ath10k_warn(ar, "failed to set uapsd params: %d\n", ret);
7617 if (arvif->u.sta.uapsd)
7659 ath10k_warn(ar, "failed to set uapsd auto trigger %d\n",
7730 ret = ath10k_conf_tx_uapsd(ar, vif, ac, params->uapsd);
7732 ath10k_warn(ar, "failed to set sta uapsd: %d\n", ret);