Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_ht.h36 struct rtw_ieee80211_ht_cap ht_cap;
Dieee80211.h235 struct rtw_ieee80211_ht_cap ht_cap;
257 struct rtw_ieee80211_ht_cap ht_cap;
Dwifi.h667 struct rtw_ieee80211_ht_cap { struct
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_mlme.c2586 struct rtw_ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie()
2597 memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_restructure_ht_ie()
2716 sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
2738 struct rtw_ieee80211_ht_cap *pht_capie; in rtw_update_ht_cap()
2767 pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); in rtw_update_ht_cap()
Drtw_ap.c1184 struct rtw_ieee80211_ht_cap *pht_cap = (struct rtw_ieee80211_ht_cap *)(p + 2); in rtw_check_beacon_data()
Drtw_wlan_util.c1236 struct rtw_ieee80211_ht_cap *pht_cap = NULL; in rtw_check_bcn_info()
1285 pht_cap = (struct rtw_ieee80211_ht_cap *)(p + 2); in rtw_check_bcn_info()
Drtw_mlme_ext.c1497 memset(&pstat->htpriv.ht_cap, 0, sizeof(struct rtw_ieee80211_ht_cap)); in OnAssocReq()
1498 if (elems.ht_capabilities && elems.ht_capabilities_len >= sizeof(struct rtw_ieee80211_ht_cap)) { in OnAssocReq()
1503 memcpy(&pstat->htpriv.ht_cap, elems.ht_capabilities, sizeof(struct rtw_ieee80211_ht_cap)); in OnAssocReq()
5352 memcpy(&psta->htpriv.ht_cap, &pmlmeinfo->HT_caps, sizeof(struct rtw_ieee80211_ht_cap)); in update_sta_info()
/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c117 struct rtw_ieee80211_ht_cap *pht_capie; in translate_scan()
119 pht_capie = (struct rtw_ieee80211_ht_cap *)(p+2); in translate_scan()
3796 …oid *)&psta->htpriv.ht_cap, (void *)&param->u.add_sta.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_add_sta()
3909 memcpy(&psta_data->ht_cap, &psta->htpriv.ht_cap, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_ioctl_get_sta_data()