Searched refs:ieee80211_ht_operation (Results 1 – 20 of 20) sorted by relevance
194 struct ieee80211_ht_operation *ht_oper; in mwifiex_tdls_add_ht_oper()207 pos = (void *)skb_put(skb, sizeof(struct ieee80211_ht_operation) + 2); in mwifiex_tdls_add_ht_oper()209 *pos++ = sizeof(struct ieee80211_ht_operation); in mwifiex_tdls_add_ht_oper()227 sizeof(struct ieee80211_ht_operation)); in mwifiex_tdls_add_ht_oper()599 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_data_frame()771 sizeof(struct ieee80211_ht_operation) + in mwifiex_send_tdls_action_frame()917 sizeof(struct ieee80211_ht_operation)); in mwifiex_process_tdls_action_frame()
339 struct ieee80211_ht_operation *bcn_ht_oper;686 struct ieee80211_ht_operation ht_oper;
355 sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_append_11n_tlv()
1331 (struct ieee80211_ht_operation *)(current_ptr + in mwifiex_update_bss_desc_with_ie()2426 curr_bss->bcn_ht_oper = (struct ieee80211_ht_operation *) in mwifiex_save_curr_bcn()
1003 cpu_to_le16(sizeof(struct ieee80211_ht_operation)); in mwifiex_cmd_802_11_ad_hoc_start()
1566 struct ieee80211_ht_operation ht_oper;
615 struct ieee80211_ht_operation *pHT_info; in bwmode_update_check()628 if (p[1] != sizeof(struct ieee80211_ht_operation)) in bwmode_update_check()631 pHT_info = (struct ieee80211_ht_operation *)(p + 2); in bwmode_update_check()766 if (p[1] != sizeof(struct ieee80211_ht_operation)) in HT_info_handler23a()862 struct ieee80211_ht_operation *pht_info; in rtw_check_bcn_info23a()901 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()
637 struct ieee80211_ht_operation *pht_info = NULL; in start_bss_network()716 pht_info = (struct ieee80211_ht_operation *)(p + 2); in start_bss_network()
4250 struct ieee80211_ht_operation *HT_info = in collect_bss_info()4251 (struct ieee80211_ht_operation *)(p + 2); in collect_bss_info()5544 struct ieee80211_ht_operation *pht_info; in join_cmd_hdl23a()5608 pht_info = (struct ieee80211_ht_operation *)(p + 2); in join_cmd_hdl23a()
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()640 2 + sizeof(struct ieee80211_ht_operation) + in ieee80211_mesh_build_beacon()
973 if (elen >= sizeof(struct ieee80211_ht_operation)) in ieee802_11_parse_elems_crc()2310 struct ieee80211_ht_operation *ht_oper; in ieee80211_ie_build_ht_oper()2313 *pos++ = sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()2314 ht_oper = (struct ieee80211_ht_operation *)pos; in ieee80211_ie_build_ht_oper()2344 return pos + sizeof(struct ieee80211_ht_operation); in ieee80211_ie_build_ht_oper()2383 const struct ieee80211_ht_operation *ht_oper, in ieee80211_ht_oper_to_chandef()
1415 const struct ieee80211_ht_operation *ht_operation;1988 const struct ieee80211_ht_operation *ht_oper,
534 sizeof(struct ieee80211_ht_operation)); in ieee80211_tdls_add_setup_cfm_ies()808 sizeof(struct ieee80211_ht_operation)) + in ieee80211_tdls_build_mgmt_packet_data()
154 const struct ieee80211_ht_operation *ht_oper, in ieee80211_determine_chantype()345 const struct ieee80211_ht_operation *ht_oper, in ieee80211_config_bw()4215 const struct ieee80211_ht_operation *ht_oper = NULL; in ieee80211_prep_channel()4789 if (ht_ie && ht_ie[1] >= sizeof(struct ieee80211_ht_operation)) in ieee80211_mgd_assoc()4791 ((struct ieee80211_ht_operation *)(ht_ie + 2))->ht_param; in ieee80211_mgd_assoc()
282 2 + sizeof(struct ieee80211_ht_operation) + in mesh_plink_frame_tx()
67 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