Lines Matching refs:ie_offset
2766 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
2875 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_ibss()
2934 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info()
4388 s32 ie_offset; in brcmf_cfg80211_start_ap() local
4429 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
4431 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
4432 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
4783 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
4816 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
4818 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
4823 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()