Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c609 struct ieee80211_ht_operation *pHT_info; in bwmode_update_check()
622 if (p[1] != sizeof(struct ieee80211_ht_operation)) in bwmode_update_check()
625 pHT_info = (struct ieee80211_ht_operation *)(p + 2); in bwmode_update_check()
760 if (p[1] != sizeof(struct ieee80211_ht_operation)) in HT_info_handler23a()
856 struct ieee80211_ht_operation *pht_info; in rtw_check_bcn_info23a()
895 pht_info = (struct ieee80211_ht_operation *)(p + 2); in rtw_check_bcn_info23a()
Drtw_mlme.c2163 if (p && (p[1] == sizeof(struct ieee80211_ht_operation))) { in rtw_restructure_ht_ie23a()
2180 struct ieee80211_ht_operation *pht_addtinfo; in rtw_update_ht_cap23a()
2219 pht_addtinfo = (struct ieee80211_ht_operation *)(p + 2); in rtw_update_ht_cap23a()
Drtw_ap.c644 struct ieee80211_ht_operation *pht_info = NULL; in start_bss_network()
730 pht_info = (struct ieee80211_ht_operation *)(p + 2); in start_bss_network()
Drtw_mlme_ext.c4240 struct ieee80211_ht_operation *HT_info = in collect_bss_info()
4241 (struct ieee80211_ht_operation *)(p + 2); in collect_bss_info()
5534 struct ieee80211_ht_operation *pht_info; in join_cmd_hdl23a()
5598 pht_info = (struct ieee80211_ht_operation *)(p + 2); in join_cmd_hdl23a()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtdls.c194 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper()
213 pos = (void *)skb_put(skb, sizeof(struct ieee80211_ht_operation) + 2); in mwifiex_tdls_add_ht_oper()
215 *pos++ = sizeof(struct ieee80211_ht_operation); in mwifiex_tdls_add_ht_oper()
233 sizeof(struct ieee80211_ht_operation)); in mwifiex_tdls_add_ht_oper()
613 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_data_frame()
785 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_action_frame()
931 sizeof(struct ieee80211_ht_operation)); in mwifiex_process_tdls_action_frame()
Dmain.h392 struct ieee80211_ht_operation *bcn_ht_oper;
742 struct ieee80211_ht_operation ht_oper;
D11n.c358 sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_append_11n_tlv()
Dscan.c1367 (struct ieee80211_ht_operation *)(current_ptr + in mwifiex_update_bss_desc_with_ie()
2606 curr_bss->bcn_ht_oper = (struct ieee80211_ht_operation *) in mwifiex_save_curr_bcn()
Djoin.c1050 cpu_to_le16(sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_802_11_ad_hoc_start()
Dfw.h1678 struct ieee80211_ht_operation ht_oper;
/linux-4.4.14/net/mac80211/
Dmesh.c464 if (skb_tailroom(skb) < 2 + sizeof(struct ieee80211_ht_operation)) in mesh_add_ht_oper_ie()
467 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in mesh_add_ht_oper_ie()
703 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_mesh_build_beacon()
Dutil.c930 if (elen >= sizeof(struct ieee80211_ht_operation)) in ieee802_11_parse_elems_crc()
2303 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper()
2306 *pos++ = sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
2307 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()
2340 return pos + sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()
2381 const struct ieee80211_ht_operation *ht_oper, in ieee80211_ht_oper_to_chandef()
Dieee80211_i.h1407 const struct ieee80211_ht_operation *ht_operation;
1983 const struct ieee80211_ht_operation *ht_oper,
Dtdls.c603 pos = skb_put(skb, 2 + sizeof(struct ieee80211_ht_operation)); in ieee80211_tdls_add_setup_cfm_ies()
877 sizeof(struct ieee80211_ht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
Dmlme.c147 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype()
338 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw()
4201 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel()
4709 if (ht_ie && ht_ie[1] >= sizeof(struct ieee80211_ht_operation)) in ieee80211_mgd_assoc()
4711 ((struct ieee80211_ht_operation *)(ht_ie + 2))->ht_param; in ieee80211_mgd_assoc()
Dmesh_plink.c230 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-4.4.14/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h358 struct ieee80211_ht_operation HT_info;
/linux-4.4.14/net/wireless/
Dscan.c921 if (tmp && tmp[1] >= sizeof(struct ieee80211_ht_operation)) { in cfg80211_get_bss_channel()
922 struct ieee80211_ht_operation *htop = (void *)(tmp + 2); in cfg80211_get_bss_channel()
/linux-4.4.14/include/linux/
Dieee80211.h1347 struct ieee80211_ht_operation { struct