Searched refs:ieoffset (Results 1 – 3 of 3) sorted by relevance
/drivers/net/wireless/ti/wlcore/ |
D | main.c | 2925 int ieoffset; in wlcore_set_ssid() local 2935 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_ssid() 2937 wl1271_ssid_set(wlvif, skb, ieoffset); in wlcore_set_ssid() 2947 int ieoffset; in wlcore_set_assoc() local 2974 ieoffset = offsetof(struct ieee80211_mgmt, in wlcore_set_assoc() 2976 wl1271_ssid_set(wlvif, wlvif->probereq, ieoffset); in wlcore_set_assoc() 3878 static void wl12xx_remove_ie(struct sk_buff *skb, u8 eid, int ieoffset) in wl12xx_remove_ie() argument 3882 u8 *ie = (u8 *)cfg80211_find_ie(eid, skb->data + ieoffset, in wl12xx_remove_ie() 3883 skb->len - ieoffset); in wl12xx_remove_ie() 3894 int ieoffset) in wl12xx_remove_vendor_ie() argument [all …]
|
/drivers/isdn/hisax/ |
D | q931.c | 24 iecpy(u_char *dest, u_char *iestart, int ieoffset) in iecpy() argument 29 p = iestart + ieoffset + 2; in iecpy() 30 l = iestart[1] - ieoffset; in iecpy()
|
D | hisax.h | 1298 void iecpy(u_char *dest, u_char *iestart, int ieoffset);
|