Lines Matching refs:ie_offset
2397 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
2506 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in wl_inform_ibss()
2569 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info()
3784 s32 ie_offset; in brcmf_cfg80211_start_ap() local
3809 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
3811 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
3812 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
4066 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
4099 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
4101 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
4106 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()