Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Die.c229 struct ieee_types_header *vs_ie; in mwifiex_update_vs_ie()
243 vs_ie = (struct ieee_types_header *)vendor_ie; in mwifiex_update_vs_ie()
328 struct ieee_types_header *hdr; in mwifiex_uap_parse_tail_ies()
345 while (left_len > sizeof(struct ieee_types_header)) { in mwifiex_uap_parse_tail_ies()
364 hdr->len + sizeof(struct ieee_types_header))) in mwifiex_uap_parse_tail_ies()
368 hdr->len + sizeof(struct ieee_types_header)); in mwifiex_uap_parse_tail_ies()
369 ie_len += hdr->len + sizeof(struct ieee_types_header); in mwifiex_uap_parse_tail_ies()
372 left_len -= hdr->len + sizeof(struct ieee_types_header); in mwifiex_uap_parse_tail_ies()
373 parsed_len += hdr->len + sizeof(struct ieee_types_header); in mwifiex_uap_parse_tail_ies()
384 vendorhdr->len + sizeof(struct ieee_types_header)); in mwifiex_uap_parse_tail_ies()
[all …]
Dtdls.c417 MWIFIEX_TDLS_WMM_INFO_SIZE + sizeof(struct ieee_types_header)); in mwifiex_add_wmm_info_ie()
437 sizeof(struct ieee_types_header); in mwifiex_tdls_add_bss_co_2040()
447 (sizeof(struct ieee_types_header) + sizeof(chan_supp))); in mwifiex_tdls_add_supported_chan()
459 (sizeof(struct ieee_types_header) + sizeof(rc_list))); in mwifiex_tdls_add_oper_class()
622 sizeof(struct ieee_types_header); in mwifiex_tdls_add_link_ie()
650 (2 * (sizeof(struct ieee_types_header))) + in mwifiex_send_tdls_data_frame()
984 sizeof(struct ieee_types_header) + in mwifiex_process_tdls_action_frame()
989 sizeof(struct ieee_types_header) + in mwifiex_process_tdls_action_frame()
991 sizeof(struct ieee_types_header))); in mwifiex_process_tdls_action_frame()
Dscan.c1240 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()
1825 while (curr_bcn_bytes >= sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()
1831 sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()
1838 sizeof(struct ieee_types_header)); in mwifiex_parse_single_response_buf()
[all …]
Dmain.h354 struct ieee_types_header { struct
365 struct ieee_types_header ieee_hdr; argument
366 u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_header)];
370 struct ieee_types_header ieee_hdr;
375 struct ieee_types_header ieee_hdr;
380 struct ieee_types_header ieee_hdr;
385 struct ieee_types_header ieee_hdr;
390 struct ieee_types_header ieee_hdr;
D11n.c324 struct ieee_types_header *hdr; in mwifiex_cmd_append_11n_tlv()
443 sizeof(struct ieee_types_header), in mwifiex_cmd_append_11n_tlv()
458 bss_desc->bcn_ext_cap + sizeof(struct ieee_types_header), in mwifiex_cmd_append_11n_tlv()
Dsta_ioctl.c1325 ie_len <= sizeof(struct ieee_types_header)) { in mwifiex_set_gen_ie_helper()
1331 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1396 if (unparsed_len <= sizeof(struct ieee_types_header)) in mwifiex_set_gen_ie_helper()
Dcfg80211.c2098 u8 ie_buf[IEEE80211_MAX_SSID_LEN + sizeof(struct ieee_types_header)]; in mwifiex_cfg80211_inform_ibss_bss()
2107 memcpy(&ie_buf[sizeof(struct ieee_types_header)], in mwifiex_cfg80211_inform_ibss_bss()
2109 ie_len = ie_buf[1] + sizeof(struct ieee_types_header); in mwifiex_cfg80211_inform_ibss_bss()
2529 struct ieee_types_header *ie; in mwifiex_cfg80211_scan()
2573 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_scan()
2641 struct ieee_types_header *ie; in mwifiex_cfg80211_sched_scan_start()
2671 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_sched_scan_start()
3902 struct ieee_types_header *chsw_ie; in mwifiex_cfg80211_channel_switch()
Duap_cmd.c260 struct ieee_types_header *rate_ie; in mwifiex_set_uap_rates()
395 sizeof(struct ieee_types_header), *(wmm_ie + 1)); in mwifiex_set_wmm_params()
Dsta_event.c36 struct ieee_types_header *ele_hdr; in mwifiex_check_ibss_peer_capabilties()
67 ele_hdr = (struct ieee_types_header *)curr; in mwifiex_check_ibss_peer_capabilties()
Dutil.c639 struct ieee_types_header *ht_cap_ie; in mwifiex_set_sta_ht_cap()
Djoin.c749 + sizeof(struct ieee_types_header)); in mwifiex_ret_802_11_associate()