Home
last modified time | relevance | path

Searched refs:SM_PS (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h347 u8 SM_PS; member
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h337 u8 SM_PS; member
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ap.c618 pmlmeinfo->SM_PS = (le16_to_cpu(pmlmeinfo->ht_cap.cap_info) & in update_hw_ht_param()
620 if (pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) in update_hw_ht_param()
Drtw_mlme.c2264 pmlmeinfo->SM_PS = in rtw_update_ht_cap23a()
2267 if (pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) in rtw_update_ht_cap23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c704 pmlmeinfo->SM_PS = (le16_to_cpu(pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info) & 0x0C) >> 2; in update_hw_ht_param()
705 if (pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) in update_hw_ht_param()
Drtw_mlme.c2084 pmlmeinfo->SM_PS = (le16_to_cpu(pmlmeinfo->HT_caps.u.HT_cap_element.HT_caps_info) & 0x0C) >> 2; in rtw_update_ht_cap()
2085 if (pmlmeinfo->SM_PS == WLAN_HT_CAP_SM_PS_STATIC) in rtw_update_ht_cap()