Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
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()
829 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_action_frame()
985 if (ie_len != sizeof(struct ieee80211_ht_operation)) in mwifiex_process_tdls_action_frame()
989 sizeof(struct ieee80211_ht_operation)); in mwifiex_process_tdls_action_frame()
A 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()
1072 cpu_to_le16(sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_802_11_ad_hoc_start()
A Dmain.h422 struct ieee80211_ht_operation *bcn_ht_oper;
775 struct ieee80211_ht_operation ht_oper;
A D11n.c388 sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_append_11n_tlv()
A Dscan.c1419 (struct ieee80211_ht_operation *)(current_ptr + in mwifiex_update_bss_desc_with_ie()
2960 curr_bss->bcn_ht_oper = (struct ieee80211_ht_operation *) in mwifiex_save_curr_bcn()
A Dfw.h1862 struct ieee80211_ht_operation ht_oper;
/linux/net/mac80211/
A Dspectmgmt.c145 struct ieee80211_ht_operation ht_oper = { in ieee80211_parse_ch_switch_ie()
A Dutil.c1161 if (elen >= sizeof(struct ieee80211_ht_operation)) in _ieee802_11_parse_elems_crc()
3029 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper()
3032 *pos++ = sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
3033 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
3066 return pos + sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
3233 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper, in ieee80211_chandef_ht_oper()
3262 const struct ieee80211_ht_operation *htop, in ieee80211_chandef_vht_oper()
A Dmesh.c478 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_operation)) in mesh_add_ht_oper_ie()
481 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in mesh_add_ht_oper_ie()
841 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_mesh_build_beacon()
A Dieee80211_i.h1550 const struct ieee80211_ht_operation *ht_operation;
2406 bool ieee80211_chandef_ht_oper(const struct ieee80211_ht_operation *ht_oper,
2410 const struct ieee80211_ht_operation *htop,
A Dtdls.c611 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
880 sizeof(struct ieee80211_ht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
A Dmlme.c149 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype()
360 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw()
5013 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel()
5688 if (ht_elem && ht_elem->datalen >= sizeof(struct ieee80211_ht_operation)) in ieee80211_mgd_assoc()
5690 ((struct ieee80211_ht_operation *)(ht_elem->data))->ht_param; in ieee80211_mgd_assoc()
A Dmesh_plink.c237 2 + sizeof(struct ieee80211_ht_operation) + in mesh_plink_frame_tx()
A Dibss.c66 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_ibss_build_presp()
/linux/net/wireless/
A Dscan.c1816 if (tmp && tmp[1] >= sizeof(struct ieee80211_ht_operation)) { in cfg80211_get_ies_channel_number()
1817 struct ieee80211_ht_operation *htop = (void *)(tmp + 2); in cfg80211_get_ies_channel_number()
/linux/include/linux/
A Dieee80211.h1652 struct ieee80211_ht_operation { struct

Completed in 816 milliseconds