Home
last modified time | relevance | path

Searched refs:ie_offset (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
Ddhd.h376 __le16 ie_offset; /* offset at which IEs start, from beginning */ member
Dwl_cfg80211.c2032 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
2137 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in wl_inform_ibss()
2229 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info()
/drivers/net/wireless/bcmdhd/
Dwl_cfgp2p.c2292 if ((capability = wl_cfgp2p_find_attrib_in_all_p2p_Ies(((u8 *) bi) + bi->ie_offset,
2305 if (!(ptr = wl_cfgp2p_find_attrib_in_all_p2p_Ies(((u8 *) bi) + bi->ie_offset,
2310 ptr = wl_cfgp2p_find_attrib_in_all_p2p_Ies(((u8 *) bi) + bi->ie_offset,
Dwl_cfg80211.c5053 s32 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; local
5054 s32 ie_len = len - ie_offset;
5058 VNDR_IE_PRBRSP_FLAG, (u8 *)(buf + ie_offset), ie_len);
6303 s32 ie_offset = 0; local
6335 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN;
6337 if ((ssid_ie = bcm_parse_tlvs((u8 *)&info->head[ie_offset],
6338 info->head_len - ie_offset,
6867 wl_update_hidden_ap_ie(bi, ((u8 *) bi) + bi->ie_offset, &bi->ie_length);
6868 wl_mrg_ie(wl, ((u8 *) bi) + bi->ie_offset, bi->ie_length);
7525 ie = ((u8 *)bi) + bi->ie_offset;
[all …]
/drivers/net/wireless/wl12xx/
Dmain.c3454 int ssid_ie_offset, ie_offset, templ_len; in wl1271_ap_set_probe_resp_tmpl_legacy() local
3471 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()
3473 ptr = cfg80211_find_ie(WLAN_EID_SSID, probe_rsp_data + ie_offset, in wl1271_ap_set_probe_resp_tmpl_legacy()
3474 probe_rsp_len - ie_offset); in wl1271_ap_set_probe_resp_tmpl_legacy()
/drivers/net/wireless/bcmdhd/include/
Dwlioctl.h180 uint16 ie_offset; /* offset at which IEs start, from beginning */ member
225 uint16 ie_offset; /* offset at which IEs start, from beginning */ member