Home
last modified time | relevance | path

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

/linux/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 Dmain.h341 struct ieee_types_header { struct
352 struct ieee_types_header ieee_hdr; argument
353 u8 data[IEEE_MAX_IE_SIZE - sizeof(struct ieee_types_header)];
357 struct ieee_types_header ieee_hdr;
362 struct ieee_types_header ieee_hdr;
367 struct ieee_types_header ieee_hdr;
372 struct ieee_types_header ieee_hdr;
377 struct ieee_types_header ieee_hdr;
H A D11n.c310 struct ieee_types_header *hdr; in mwifiex_cmd_append_11n_tlv()
427 sizeof(struct ieee_types_header), in mwifiex_cmd_append_11n_tlv()
442 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 Dcfg80211.c2220 u8 ie_buf[IEEE80211_MAX_SSID_LEN + sizeof(struct ieee_types_header)]; in mwifiex_cfg80211_inform_ibss_bss()
2229 memcpy(&ie_buf[sizeof(struct ieee_types_header)], in mwifiex_cfg80211_inform_ibss_bss()
2231 ie_len = ie_buf[1] + sizeof(struct ieee_types_header); in mwifiex_cfg80211_inform_ibss_bss()
2665 struct ieee_types_header *ie; in mwifiex_cfg80211_scan()
2709 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_scan()
2777 struct ieee_types_header *ie; in mwifiex_cfg80211_sched_scan_start()
2807 ie = (struct ieee_types_header *)(request->ie + offset); in mwifiex_cfg80211_sched_scan_start()
4023 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.c716 struct ieee_types_header *ht_cap_ie; in mwifiex_set_sta_ht_cap()