Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dtdls.c191 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper()
210 pos = skb_put(skb, sizeof(struct ieee80211_ht_operation) + 2); in mwifiex_tdls_add_ht_oper()
212 *pos++ = sizeof(struct ieee80211_ht_operation); in mwifiex_tdls_add_ht_oper()
230 sizeof(struct ieee80211_ht_operation)); in mwifiex_tdls_add_ht_oper()
648 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_data_frame()
831 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_action_frame()
977 sizeof(struct ieee80211_ht_operation)); in mwifiex_process_tdls_action_frame()
Djoin.c648 struct ieee80211_ht_operation *assoc_resp_ht_oper; in mwifiex_ret_802_11_associate()
748 assoc_resp_ht_oper = (struct ieee80211_ht_operation *)(ie_ptr in mwifiex_ret_802_11_associate()
1070 cpu_to_le16(sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_802_11_ad_hoc_start()
D11n.c390 sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_append_11n_tlv()
Dmain.h421 struct ieee80211_ht_operation *bcn_ht_oper;
774 struct ieee80211_ht_operation ht_oper;
Dscan.c1396 (struct ieee80211_ht_operation *)(current_ptr + in mwifiex_update_bss_desc_with_ie()
2938 curr_bss->bcn_ht_oper = (struct ieee80211_ht_operation *) in mwifiex_save_curr_bcn()
Dfw.h1848 struct ieee80211_ht_operation ht_oper;
/Linux-v4.19/net/mac80211/
Dmesh.c458 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_operation)) in mesh_add_ht_oper_ie()
461 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in mesh_add_ht_oper_ie()
700 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_mesh_build_beacon()
Dutil.c936 if (elen >= sizeof(struct ieee80211_ht_operation)) in ieee802_11_parse_elems_crc()
2514 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper()
2517 *pos++ = sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
2518 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2551 return pos + sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
2633 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper, in ieee80211_chandef_ht_oper()
Dieee80211_i.h1454 const struct ieee80211_ht_operation *ht_operation;
2107 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
Dtdls.c612 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
881 sizeof(struct ieee80211_ht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
Dmlme.c150 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype()
322 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw()
4589 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel()
5160 if (ht_ie && ht_ie[1] >= sizeof(struct ieee80211_ht_operation)) in ieee80211_mgd_assoc()
5162 ((struct ieee80211_ht_operation *)(ht_ie + 2))->ht_param; in ieee80211_mgd_assoc()
Dmesh_plink.c235 2 + sizeof(struct ieee80211_ht_operation) + in mesh_plink_frame_tx()
Dibss.c68 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_ibss_build_presp()
/Linux-v4.19/net/wireless/
Dscan.c1084 if (tmp && tmp[1] >= sizeof(struct ieee80211_ht_operation)) { in cfg80211_get_bss_channel()
1085 struct ieee80211_ht_operation *htop = (void *)(tmp + 2); in cfg80211_get_bss_channel()
/Linux-v4.19/drivers/staging/rtlwifi/
Dbase.c2457 struct ieee80211_ht_operation *ht_oper_ie = NULL; in rtl_check_beacon_key()
2519 ht_oper_ie = (struct ieee80211_ht_operation *)&ht_oper[2]; in rtl_check_beacon_key()
/Linux-v4.19/include/linux/
Dieee80211.h1391 struct ieee80211_ht_operation { struct