Home
last modified time | relevance | path

Searched refs:ieoffset (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/ti/wlcore/
H A Dmain.c2971 int ieoffset; in wlcore_set_ssid()
2981 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc()
2983 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_assoc()
2995 int ieoffset; in wlcore_set_assoc()
3022 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc()
3024 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc()
3958 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie()
3962 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_vendor_ie()
3963 skb->len - ieoffset); in wl12xx_remove_vendor_ie() argument
3974 int ieoffset) in wl12xx_remove_vendor_ie()
2960 int ieoffset; wlcore_set_ssid() local
2984 int ieoffset; wlcore_set_assoc() local
3947 wl12xx_remove_ie(struct sk_buff * skb,u8 eid,int ieoffset) wl12xx_remove_ie() argument
4114 int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); wlcore_set_beacon_template() local
5556 int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); wlcore_get_beacon_ie() local
[all...]
/linux/drivers/net/wireless/silabs/wfx/
H A Dsta.c344 const int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wfx_set_mfp_ap() local
354 ptr = (u16 *)cfg80211_find_ie(WLAN_EID_RSN, skb->data + ieoffset, in wfx_set_mfp_ap()
355 skb->len - ieoffset); in wfx_set_mfp_ap()