Lines Matching refs:ieee80211_ht_cap
472 struct ieee80211_ht_cap *ht_cap; in mwifiex_prep_tdls_encap_data()
496 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data()
498 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data()
536 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_prep_tdls_encap_data()
538 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_prep_tdls_encap_data()
645 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_data_frame()
737 struct ieee80211_ht_cap *ht_cap; in mwifiex_construct_tdls_action_frame()
776 pos = skb_put(skb, sizeof(struct ieee80211_ht_cap) + 2); in mwifiex_construct_tdls_action_frame()
778 *pos++ = sizeof(struct ieee80211_ht_cap); in mwifiex_construct_tdls_action_frame()
827 sizeof(struct ieee80211_ht_cap) + in mwifiex_send_tdls_action_frame()
977 if (ie_len != sizeof(struct ieee80211_ht_cap)) in mwifiex_process_tdls_action_frame()
981 sizeof(struct ieee80211_ht_cap)); in mwifiex_process_tdls_action_frame()