Lines Matching refs:ie_offset
2550 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in brcmf_inform_single_bss()
2659 notify_ie = (u8 *)bi + le16_to_cpu(bi->ie_offset); in wl_inform_ibss()
2722 ie = ((u8 *)bi) + le16_to_cpu(bi->ie_offset); in brcmf_update_bss_info()
3977 s32 ie_offset; in brcmf_cfg80211_start_ap() local
4012 ie_offset = DOT11_MGMT_HDR_LEN + DOT11_BCN_PRB_FIXED_LEN; in brcmf_cfg80211_start_ap()
4014 (u8 *)&settings->beacon.head[ie_offset], in brcmf_cfg80211_start_ap()
4015 settings->beacon.head_len - ie_offset, in brcmf_cfg80211_start_ap()
4342 s32 ie_offset; in brcmf_cfg80211_mgmt_tx() local
4375 ie_offset = DOT11_MGMT_HDR_LEN + in brcmf_cfg80211_mgmt_tx()
4377 ie_len = len - ie_offset; in brcmf_cfg80211_mgmt_tx()
4382 &buf[ie_offset], in brcmf_cfg80211_mgmt_tx()