Lines Matching refs:ie_offset
2635 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
2744 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in wl_inform_ibss()
2807 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info()
4062 s32 ie_offset; in brcmf_cfg80211_start_ap() local
4097 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
4099 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
4100 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
4427 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
4460 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
4462 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
4467 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()