Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ti/wlcore/
Dmain.c2885 int ieoffset; in wlcore_set_ssid() local
2895 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid()
2897 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid()
2909 int ieoffset; in wlcore_set_assoc() local
2936 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc()
2938 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc()
3874 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument
3878 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie()
3879 skb->len - ieoffset); in wl12xx_remove_ie()
3890 int ieoffset) in wl12xx_remove_vendor_ie() argument
[all …]
/linux-6.6.21/drivers/net/wireless/silabs/wfx/
Dsta.c361 const int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wfx_set_mfp_ap() local
370 ptr = (u16 *)cfg80211_find_ie(WLAN_EID_RSN, skb->data + ieoffset, in wfx_set_mfp_ap()
371 skb->len - ieoffset); in wfx_set_mfp_ap()