Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
A 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()
331 struct ieee_types_header *hdr; in mwifiex_uap_parse_tail_ies()
350 while (left_len > sizeof(struct ieee_types_header)) { in mwifiex_uap_parse_tail_ies()
352 token_len = hdr->len + sizeof(struct ieee_types_header); in mwifiex_uap_parse_tail_ies()
398 token_len = vendorhdr->len + sizeof(struct ieee_types_header); in mwifiex_uap_parse_tail_ies()
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()
997 if (ie_len < sizeof(struct ieee_types_header)) in mwifiex_process_tdls_action_frame()
1002 sizeof(struct ieee_types_header) + in mwifiex_process_tdls_action_frame()
1006 if (ie_len < sizeof(struct ieee_types_header)) in mwifiex_process_tdls_action_frame()
1009 sizeof(struct ieee_types_header)) in mwifiex_process_tdls_action_frame()
1012 sizeof(struct ieee_types_header) + in mwifiex_process_tdls_action_frame()
[all …]
A Dscan.c1240 total_ie_len = element_len + sizeof(struct ieee_types_header); in mwifiex_update_bss_desc_with_ie()
1412 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()
1420 sizeof(struct ieee_types_header)); in mwifiex_update_bss_desc_with_ie()
1422 sizeof(struct ieee_types_header) - in mwifiex_update_bss_desc_with_ie()
1429 sizeof(struct ieee_types_header)); in mwifiex_update_bss_desc_with_ie()
1437 sizeof(struct ieee_types_header)); in mwifiex_update_bss_desc_with_ie()
1842 while (curr_bcn_bytes >= sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()
1848 sizeof(struct ieee_types_header)) { in mwifiex_parse_single_response_buf()
1855 sizeof(struct ieee_types_header)); in mwifiex_parse_single_response_buf()
[all …]
A Dmain.h355 struct ieee_types_header { struct
366 struct ieee_types_header ieee_hdr; argument
367 u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_header)];
371 struct ieee_types_header ieee_hdr;
376 struct ieee_types_header ieee_hdr;
381 struct ieee_types_header ieee_hdr;
386 struct ieee_types_header ieee_hdr;
391 struct ieee_types_header ieee_hdr;
A D11n.c322 struct ieee_types_header *hdr; in mwifiex_cmd_append_11n_tlv()
441 sizeof(struct ieee_types_header), in mwifiex_cmd_append_11n_tlv()
456 bss_desc->bcn_ext_cap + sizeof(struct ieee_types_header), in mwifiex_cmd_append_11n_tlv()
A Dsta_ioctl.c1338 ie_len <= sizeof(struct ieee_types_header)) { in mwifiex_set_gen_ie_helper()
1344 cur_ie_len = pvendor_ie->len + sizeof(struct ieee_types_header); in mwifiex_set_gen_ie_helper()
1409 if (unparsed_len <= sizeof(struct ieee_types_header)) in mwifiex_set_gen_ie_helper()
A Dcfg80211.c2191 u8 ie_buf[IEEE80211_MAX_SSID_LEN + sizeof(struct ieee_types_header)]; in mwifiex_cfg80211_inform_ibss_bss()
2200 memcpy(&ie_buf[sizeof(struct ieee_types_header)], in mwifiex_cfg80211_inform_ibss_bss()
2202 ie_len = ie_buf[1] + sizeof(struct ieee_types_header); in mwifiex_cfg80211_inform_ibss_bss()
2636 struct ieee_types_header *ie; in mwifiex_cfg80211_scan()
2680 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_scan()
2748 struct ieee_types_header *ie; in mwifiex_cfg80211_sched_scan_start()
2778 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_sched_scan_start()
3972 struct ieee_types_header *chsw_ie; in mwifiex_cfg80211_channel_switch()
A Dsta_event.c36 struct ieee_types_header *ele_hdr; in mwifiex_check_ibss_peer_capabilities()
67 ele_hdr = (struct ieee_types_header *)curr; in mwifiex_check_ibss_peer_capabilities()
A Duap_cmd.c261 struct ieee_types_header *rate_ie; in mwifiex_set_uap_rates()
403 sizeof(struct ieee_types_header), *(wmm_ie + 1)); in mwifiex_set_wmm_params()
A Dutil.c634 struct ieee_types_header *ht_cap_ie; in mwifiex_set_sta_ht_cap()
A Djoin.c749 + sizeof(struct ieee_types_header)); in mwifiex_ret_802_11_associate()

Completed in 39 milliseconds