Lines Matching refs:ieoffset
2965 int ieoffset; in wlcore_set_ssid() local
2975 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid()
2977 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid()
2989 int ieoffset; in wlcore_set_assoc() local
3016 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc()
3018 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc()
3960 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument
3964 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie()
3965 skb->len - ieoffset); in wl12xx_remove_ie()
3976 int ieoffset) in wl12xx_remove_vendor_ie() argument
3981 skb->data + ieoffset, in wl12xx_remove_vendor_ie()
3982 skb->len - ieoffset); in wl12xx_remove_vendor_ie()
4127 int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wlcore_set_beacon_template() local
4138 ret = wl1271_ssid_set(wlvif, beacon, ieoffset); in wlcore_set_beacon_template()
4158 beacon->data + ieoffset, in wlcore_set_beacon_template()
4159 beacon->len - ieoffset); in wlcore_set_beacon_template()
4169 wl12xx_remove_ie(beacon, WLAN_EID_TIM, ieoffset); in wlcore_set_beacon_template()
4180 WLAN_OUI_TYPE_WFA_P2P, ieoffset); in wlcore_set_beacon_template()
5580 int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wlcore_get_beacon_ie() local
5588 beacon->data + ieoffset, in wlcore_get_beacon_ie()
5589 beacon->len - ieoffset); in wlcore_get_beacon_ie()