Home
last modified time | relevance | path

Searched refs:rtw_ieee80211_ht_cap (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_ht.h37 struct rtw_ieee80211_ht_cap ht_cap;
Dieee80211.h236 struct rtw_ieee80211_ht_cap ht_cap;
258 struct rtw_ieee80211_ht_cap ht_cap;
Dwifi.h672 struct rtw_ieee80211_ht_cap { struct
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2726 struct rtw_ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie()
2737 memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_restructure_ht_ie()
2856 sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
2878 struct rtw_ieee80211_ht_cap *pht_capie; in rtw_update_ht_cap()
2918 pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); in rtw_update_ht_cap()
Drtw_ap.c1279 struct rtw_ieee80211_ht_cap *pht_cap = (struct rtw_ieee80211_ht_cap *)(p+2); in rtw_check_beacon_data()
Drtw_wlan_util.c1296 struct rtw_ieee80211_ht_cap *pht_cap = NULL; in rtw_check_bcn_info()
1344 pht_cap = (struct rtw_ieee80211_ht_cap *)(p + 2); in rtw_check_bcn_info()
Drtw_mlme_ext.c1512 memset(&pstat->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in OnAssocReq()
1513 if (elems.ht_capabilities && elems.ht_capabilities_len >= sizeof(struct rtw_ieee80211_ht_cap)) { in OnAssocReq()
1518 memcpy(&pstat->htpriv.ht_cap, elems.ht_capabilities, sizeof(struct rtw_ieee80211_ht_cap)); in OnAssocReq()
5381 memcpy(&psta->htpriv.ht_cap, &pmlmeinfo->HT_caps, sizeof(struct rtw_ieee80211_ht_cap)); in update_sta_info()
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c119 struct rtw_ieee80211_ht_cap *pht_capie; in translate_scan()
121 pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); in translate_scan()
3833 …(void*)&psta->htpriv.ht_cap, (void*)&param->u.add_sta.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_add_sta()
3946 memcpy(&psta_data->ht_cap, &psta->htpriv.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_ioctl_get_sta_data()