Searched refs:ieee80211_ht_operation (Results 1 – 20 of 20) sorted by relevance
609 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()
2163 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()
644 struct ieee80211_ht_operation *pht_info = NULL; in start_bss_network()730 pht_info = (struct ieee80211_ht_operation *)(p + 2); in start_bss_network()
4240 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()
194 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()
392 struct ieee80211_ht_operation *bcn_ht_oper;742 struct ieee80211_ht_operation ht_oper;
358 sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_append_11n_tlv()
1367 (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()
1050 cpu_to_le16(sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_802_11_ad_hoc_start()
1678 struct ieee80211_ht_operation ht_oper;
464 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()
930 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()
1407 const struct ieee80211_ht_operation *ht_operation;1983 const struct ieee80211_ht_operation *ht_oper,
603 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()
147 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()
230 2 + sizeof(struct ieee80211_ht_operation) + in mesh_plink_frame_tx()
68 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_ibss_build_presp()
358 struct ieee80211_ht_operation HT_info;
921 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()
1347 struct ieee80211_ht_operation { struct