Searched refs:ieoffset (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | main.c | 2960 int ieoffset; in wlcore_set_ssid() local 2970 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid() 2972 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid() 2984 int ieoffset; in wlcore_set_assoc() local 3011 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc() 3013 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc() 3947 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument 3951 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie() 3952 skb->len - ieoffset); in wl12xx_remove_ie() 3963 int ieoffset) in wl12xx_remove_vendor_ie() argument [all …]
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | sta.c | 344 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()
|