Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Die.c217 struct ieee_types_header *vs_ie; in mwifiex_update_vs_ie()
231 vs_ie = (struct ieee_types_header *)vendor_ie; in mwifiex_update_vs_ie()
319 struct ieee_types_header *hdr; in mwifiex_uap_parse_tail_ies()
338 while (left_len > sizeof(struct ieee_types_header)) { in mwifiex_uap_parse_tail_ies()
340 token_len = hdr->len + sizeof(struct ieee_types_header); in mwifiex_uap_parse_tail_ies()
386 token_len = vendorhdr->len + sizeof(struct ieee_types_header); in mwifiex_uap_parse_tail_ies()
H A Dtdls.c436 sizeof(struct ieee_types_header); in mwifiex_tdls_add_bss_co_2040()
446 (sizeof(struct ieee_types_header) + sizeof(chan_supp))); in mwifiex_tdls_add_supported_chan()
458 (sizeof(struct ieee_types_header) + sizeof(rc_list))); in mwifiex_tdls_add_oper_class()
621 sizeof(struct ieee_types_header); in mwifiex_tdls_add_link_ie()
649 (2 * (sizeof(struct ieee_types_header))) + in mwifiex_send_tdls_data_frame()
1000 if (ie_len < sizeof(struct ieee_types_header)) in mwifiex_process_tdls_action_frame()
1005 sizeof(struct ieee_types_header) + in mwifiex_process_tdls_action_frame()
1009 if (ie_len < sizeof(struct ieee_types_header)) in mwifiex_process_tdls_action_frame()
1012 sizeof(struct ieee_types_header)) in mwifiex_process_tdls_action_frame()
1015 sizeof(struct ieee_types_header) + in mwifiex_process_tdls_action_frame()
[all …]
H A Dscan.c1211 total_ie_len = element_len + sizeof(struct ieee_types_header); in mwifiex_update_bss_desc_with_ie()
1389 sizeof(struct ieee_types_header)); in mwifiex_update_bss_desc_with_ie()
1391 sizeof(struct ieee_types_header) - in mwifiex_update_bss_desc_with_ie()
1397 sizeof(struct ieee_types_header)); in mwifiex_update_bss_desc_with_ie()
1399 sizeof(struct ieee_types_header) - in mwifiex_update_bss_desc_with_ie()
1406 sizeof(struct ieee_types_header)); in mwifiex_update_bss_desc_with_ie()
1414 sizeof(struct ieee_types_header)); in mwifiex_update_bss_desc_with_ie()
1819 while (curr_bcn_bytes >= sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()
1825 sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()
1832 sizeof(struct ieee_types_header)); in mwifiex_parse_single_response_buf()
[all …]
H A Dmain.h342 struct ieee_types_header { struct
353 struct ieee_types_header ieee_hdr; argument
354 u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_header)];
358 struct ieee_types_header ieee_hdr;
363 struct ieee_types_header ieee_hdr;
368 struct ieee_types_header ieee_hdr;
373 struct ieee_types_header ieee_hdr;
378 struct ieee_types_header ieee_hdr;
H A D11n.c310 struct ieee_types_header *hdr; in mwifiex_cmd_append_11n_tlv()
429 sizeof(struct ieee_types_header), in mwifiex_cmd_append_11n_tlv()
444 bss_desc->bcn_ext_cap + sizeof(struct ieee_types_header), in mwifiex_cmd_append_11n_tlv()
H A Dsta_ioctl.c1323 ie_len <= sizeof(struct ieee_types_header)) { in mwifiex_set_gen_ie_helper()
1329 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1394 if (unparsed_len <= sizeof(struct ieee_types_header)) in mwifiex_set_gen_ie_helper()
H A Dsta_event.c24 struct ieee_types_header *ele_hdr; in mwifiex_check_ibss_peer_capabilities()
55 ele_hdr = (struct ieee_types_header *)curr; in mwifiex_check_ibss_peer_capabilities()
H A Dcfg80211.c2215 u8 ie_buf[IEEE80211_MAX_SSID_LEN + sizeof(struct ieee_types_header)]; in mwifiex_cfg80211_inform_ibss_bss()
2224 memcpy(&ie_buf[sizeof(struct ieee_types_header)], in mwifiex_cfg80211_inform_ibss_bss()
2226 ie_len = ie_buf[1] + sizeof(struct ieee_types_header); in mwifiex_cfg80211_inform_ibss_bss()
2660 struct ieee_types_header *ie; in mwifiex_cfg80211_scan()
2704 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_scan()
2772 struct ieee_types_header *ie; in mwifiex_cfg80211_sched_scan_start()
2802 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_sched_scan_start()
4030 struct ieee_types_header *chsw_ie; in mwifiex_cfg80211_channel_switch()
H A Duap_cmd.c244 struct ieee_types_header *rate_ie; in mwifiex_set_uap_rates()
386 sizeof(struct ieee_types_header), *(wmm_ie + 1)); in mwifiex_set_wmm_params()
H A Dutil.c732 struct ieee_types_header *ht_cap_ie; in mwifiex_set_sta_ht_cap()