Searched refs:uwb_ie_next (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Die.c7 * uwb_ie_next - get the next IE in a buffer
11 * Both @ptr and @len are updated so subsequent calls to uwb_ie_next()
17 struct uwb_ie_hdr *uwb_ie_next(void **ptr, size_t *len) function
36 EXPORT_SYMBOL_GPL(uwb_ie_next); variable
57 ie = uwb_ie_next(&ptr, &len);
229 ie = uwb_ie_next(&ptr, &size);
271 ie = uwb_ie_next(&ptr, &size);
317 ie = uwb_ie_next(&ptr, &size);
H A Ddrp.c685 ie_hdr = uwb_ie_next(&ptr, &ielen);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duwb.h688 struct uwb_ie_hdr *uwb_ie_next(void **ptr, size_t *len);

Completed in 97 milliseconds