Searched refs:ieee80211_ht_cap (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dht.c22 struct ieee80211_ht_cap *ht_cap_ie,
H A Dwork.c172 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2);
174 *pos++ = sizeof(struct ieee80211_ht_cap);
175 memset(pos, 0, sizeof(struct ieee80211_ht_cap));
243 2 + sizeof(struct ieee80211_ht_cap) + /* HT */
H A Dutil.c672 if (elen >= sizeof(struct ieee80211_ht_cap))
983 *pos++ = sizeof(struct ieee80211_ht_cap);
984 memset(pos, 0, sizeof(struct ieee80211_ht_cap));
H A Dieee80211_i.h907 struct ieee80211_ht_cap *ht_cap_elem;
1101 struct ieee80211_ht_cap *ht_cap_ie,
H A Dmain.c561 local->scan_ies_len += 2 + sizeof(struct ieee80211_ht_cap);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h330 struct ieee80211_ht_cap *ht_capa;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dieee80211.h852 * struct ieee80211_ht_cap - HT capabilities
857 struct ieee80211_ht_cap { struct

Completed in 85 milliseconds