Home
last modified time | relevance | path

Searched refs:ieee80211_ht_operation (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dtdls.c190 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper()
209 pos = skb_put(skb, sizeof(struct ieee80211_ht_operation) + 2); in mwifiex_tdls_add_ht_oper()
211 *pos++ = sizeof(struct ieee80211_ht_operation); in mwifiex_tdls_add_ht_oper()
229 sizeof(struct ieee80211_ht_operation)); in mwifiex_tdls_add_ht_oper()
647 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_data_frame()
832 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_action_frame()
988 if (ie_len != sizeof(struct ieee80211_ht_operation)) in mwifiex_process_tdls_action_frame()
992 sizeof(struct ieee80211_ht_operation)); in mwifiex_process_tdls_action_frame()
H A Dmain.h408 struct ieee80211_ht_operation *bcn_ht_oper;
756 struct ieee80211_ht_operation ht_oper;
H A D11n.c376 sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_append_11n_tlv()
H A Dscan.c1396 (struct ieee80211_ht_operation *)(current_ptr + in mwifiex_update_bss_desc_with_ie()
2930 curr_bss->bcn_ht_oper = (struct ieee80211_ht_operation *) in mwifiex_save_curr_bcn()
H A Djoin.c1101 cpu_to_le16(sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_802_11_ad_hoc_start()
H A Dfw.h1897 struct ieee80211_ht_operation ht_oper;
/linux/include/linux/
H A Dieee80211-ht.h200 struct ieee80211_ht_operation { struct
/linux/net/mac80211/
H A Dspectmgmt.c80 struct ieee80211_ht_operation ht_oper; in validate_chandef_by_ht_vht_oper()
H A Dmesh.c489 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_operation)) in mesh_add_ht_oper_ie()
492 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in mesh_add_ht_oper_ie()
986 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_mesh_build_beacon()
H A Dutil.c2694 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper()
2697 *pos++ = sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
2698 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2735 return pos + sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
2995 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper, in ieee80211_chandef_ht_oper()
3023 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper()
H A Dieee80211_i.h1782 const struct ieee80211_ht_operation *ht_operation;
2706 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
2710 const struct ieee80211_ht_operation *htop,
H A Dtdls.c658 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
936 sizeof(struct ieee80211_ht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
H A Dparse.c491 if (elen >= sizeof(struct ieee80211_ht_operation)) in _ieee802_11_parse_elems_full()
H A Dmesh_plink.c240 2 + sizeof(struct ieee80211_ht_operation) + in mesh_plink_frame_tx()
H A Dibss.c65 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_ibss_build_presp()
H A Dmlme.c161 const struct ieee80211_ht_operation *ht_oper = elems->ht_operation; in ieee80211_determine_ap_chan()
408 const struct ieee80211_ht_operation *ht_op) in ieee80211_verify_sta_ht_mcs_support()
9677 if (!elem || elem->datalen < sizeof(struct ieee80211_ht_operation)) { in ieee80211_mgd_get_ap_ht_vht_capa()
9684 ((struct ieee80211_ht_operation *)(elem->data))->ht_param; in ieee80211_mgd_get_ap_ht_vht_capa()
/linux/net/wireless/
H A Dscan.c2122 tmp->datalen >= sizeof(struct ieee80211_ht_operation)) { in cfg80211_get_ies_channel_number()
2123 struct ieee80211_ht_operation *htop = (void *)tmp->data; in cfg80211_get_ies_channel_number()