Searched refs:ieoffset (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | main.c | 2908 int ieoffset; in wlcore_set_ssid() local 2918 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid() 2920 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid() 2930 int ieoffset; in wlcore_set_assoc() local 2957 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc() 2959 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc() 3917 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument 3921 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie() 3922 skb->len - ieoffset); in wl12xx_remove_ie() 3933 int ieoffset) in wl12xx_remove_vendor_ie() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A 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()
|