Home
last modified time | relevance | path

Searched refs:ieee80211_vht_operation (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtdls.c242 struct ieee80211_vht_operation *vht_oper; in mwifiex_tdls_add_vht_oper()
278 pos = (void *)skb_put(skb, sizeof(struct ieee80211_vht_operation) + 2); in mwifiex_tdls_add_vht_oper()
280 *pos++ = sizeof(struct ieee80211_vht_operation); in mwifiex_tdls_add_vht_oper()
281 vht_oper = (struct ieee80211_vht_operation *)pos; in mwifiex_tdls_add_vht_oper()
953 sizeof(struct ieee80211_vht_operation)); in mwifiex_process_tdls_action_frame()
D11ac.c309 struct ieee80211_vht_operation *vht_oper; in mwifiex_is_bss_in_11ac_mode()
Dmain.h357 struct ieee80211_vht_operation vhtoper;
400 struct ieee80211_vht_operation *bcn_vht_oper;
746 struct ieee80211_vht_operation vhtoper;
/linux-4.4.14/net/mac80211/
Dmesh.c527 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_vht_operation)) in mesh_add_vht_oper_ie()
530 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in mesh_add_vht_oper_ie()
708 2 + sizeof(struct ieee80211_vht_operation) + in ieee80211_mesh_build_beacon()
Dutil.c942 if (elen >= sizeof(struct ieee80211_vht_operation)) in ieee802_11_parse_elems_crc()
2346 struct ieee80211_vht_operation *vht_oper; in ieee80211_ie_build_vht_oper()
2349 *pos++ = sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
2350 vht_oper = (struct ieee80211_vht_operation *)pos; in ieee80211_ie_build_vht_oper()
2377 return pos + sizeof(struct ieee80211_vht_operation); in ieee80211_ie_build_vht_oper()
2410 const struct ieee80211_vht_operation *oper, in ieee80211_vht_oper_to_chandef()
Dieee80211_i.h1409 const struct ieee80211_vht_operation *vht_operation;
1986 const struct ieee80211_vht_operation *oper,
Dtdls.c620 pos = skb_put(skb, 2 + sizeof(struct ieee80211_vht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
879 sizeof(struct ieee80211_vht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
Dmesh_plink.c232 2 + sizeof(struct ieee80211_vht_operation) + in mesh_plink_frame_tx()
Dmlme.c148 const struct ieee80211_vht_operation *vht_oper, in ieee80211_determine_chantype()
339 const struct ieee80211_vht_operation *vht_oper, in ieee80211_config_bw()
4202 const struct ieee80211_vht_operation *vht_oper = NULL; in ieee80211_prep_channel()
/linux-4.4.14/include/linux/
Dieee80211.h1489 struct ieee80211_vht_operation { struct