Lines Matching refs:ieoffset
2925 int ieoffset; in wlcore_set_ssid() local
2935 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid()
2937 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid()
2947 int ieoffset; in wlcore_set_assoc() local
2974 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc()
2976 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc()
3878 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument
3882 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie()
3883 skb->len - ieoffset); in wl12xx_remove_ie()
3894 int ieoffset) in wl12xx_remove_vendor_ie() argument
3899 skb->data + ieoffset, in wl12xx_remove_vendor_ie()
3900 skb->len - ieoffset); in wl12xx_remove_vendor_ie()
4046 int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wlcore_set_beacon_template() local
4057 ret = wl1271_ssid_set(wlvif, beacon, ieoffset); in wlcore_set_beacon_template()
4077 beacon->data + ieoffset, in wlcore_set_beacon_template()
4078 beacon->len - ieoffset); in wlcore_set_beacon_template()
4088 wl12xx_remove_ie(beacon, WLAN_EID_TIM, ieoffset); in wlcore_set_beacon_template()
4099 WLAN_OUI_TYPE_WFA_P2P, ieoffset); in wlcore_set_beacon_template()
5475 int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wlcore_get_beacon_ie() local
5483 beacon->data + ieoffset, in wlcore_get_beacon_ie()
5484 beacon->len - ieoffset); in wlcore_get_beacon_ie()