Home
last modified time | relevance | path

Searched refs:ht_cap_len (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c950 u8 ht_cap_len = 0; in ieee80211_association_req() local
974 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in ieee80211_association_req()
975 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, encrypt); in ieee80211_association_req()
1001 + ht_cap_len in ieee80211_association_req()
1013 + ht_cap_len in ieee80211_association_req()
1114 tag = skb_put(skb, ht_cap_len); in ieee80211_association_req()
1116 *tag++ = ht_cap_len - 2; in ieee80211_association_req()
1117 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in ieee80211_association_req()
1118 tag += ht_cap_len - 2; in ieee80211_association_req()
1139 tag = skb_put(skb, ht_cap_len); in ieee80211_association_req()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_softmac.c1151 u8 ht_cap_len = 0; in rtllib_association_req() local
1190 ht_cap_len = sizeof(ieee->pHTInfo->SelfHTCap); in rtllib_association_req()
1191 HTConstructCapabilityElement(ieee, ht_cap_buf, &ht_cap_len, in rtllib_association_req()
1222 + ht_cap_len in rtllib_association_req()
1331 tag = skb_put(skb, ht_cap_len); in rtllib_association_req()
1333 *tag++ = ht_cap_len - 2; in rtllib_association_req()
1334 memcpy(tag, ht_cap_buf, ht_cap_len - 2); in rtllib_association_req()
1335 tag += ht_cap_len - 2; in rtllib_association_req()
1366 tag = skb_put(skb, ht_cap_len); in rtllib_association_req()
1368 *tag++ = ht_cap_len - 2; in rtllib_association_req()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_ap.c699 …if((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len && priv->pshare->h… in add_RATid()
717 ((priv->pshare->is_40m_bw) && (pstat->ht_cap_len) && in add_RATid()
726 if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len) in add_RATid()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_ap.c699 …if((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len && priv->pshare->h… in add_RATid()
717 ((priv->pshare->is_40m_bw) && (pstat->ht_cap_len) && in add_RATid()
726 if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len) in add_RATid()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_ap.c645 …if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len && priv->pshare->… in add_RATid()
661 ((priv->pshare->is_40m_bw) && (pstat->ht_cap_len) && in add_RATid()
670 if ((priv->pmib->dot11BssType.net_work_type & WIRELESS_11N) && pstat->ht_cap_len) { in add_RATid()