Searched refs:ieoffset (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | main.c | 2964 int ieoffset; in wlcore_set_ssid() local 2974 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid() 2976 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid() 2988 int ieoffset; in wlcore_set_assoc() local 3015 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc() 3017 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc() 3957 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument 3961 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie() 3962 skb->len - ieoffset); in wl12xx_remove_ie() 3973 int ieoffset) in wl12xx_remove_vendor_ie() argument [all …]
|
/linux-6.12.1/drivers/net/wireless/silabs/wfx/ |
D | sta.c | 343 const int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wfx_set_mfp_ap() local 353 ptr = (u16 *)cfg80211_find_ie(WLAN_EID_RSN, skb->data + ieoffset, in wfx_set_mfp_ap() 354 skb->len - ieoffset); in wfx_set_mfp_ap()
|