Lines Matching refs:ie_offset
2837 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
2948 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss()
3006 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info()
4464 s32 ie_offset; in brcmf_cfg80211_start_ap() local
4506 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
4508 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
4509 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
4871 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
4904 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
4906 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
4911 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()