Searched refs:ieoffset (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/ti/wlcore/ |
| D | main.c | 2921 int ieoffset; in wlcore_set_ssid() local 2931 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid() 2933 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid() 2943 int ieoffset; in wlcore_set_assoc() local 2970 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc() 2972 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc() 3930 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument 3934 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie() 3935 skb->len - ieoffset); in wl12xx_remove_ie() 3946 int ieoffset) in wl12xx_remove_vendor_ie() argument [all …]
|
| /Linux-v5.10/drivers/staging/wfx/ |
| D | sta.c | 347 const int ieoffset = offsetof(struct ieee80211_mgmt, u.beacon.variable); in wfx_set_mfp_ap() local 349 skb->data + ieoffset, in wfx_set_mfp_ap() 350 skb->len - ieoffset); in wfx_set_mfp_ap()
|