Home
last modified time | relevance | path

Searched refs:oz_mac_addr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozappif.h11 struct oz_mac_addr { struct
19 struct oz_mac_addr addr[OZ_MAX_PDS]; argument
29 #define OZ_IOCTL_SET_ACTIVE_PD _IOW(OZ_IOCTL_MAGIC, 1, struct oz_mac_addr)
30 #define OZ_IOCTL_GET_ACTIVE_PD _IOR(OZ_IOCTL_MAGIC, 2, struct oz_mac_addr)
Dozproto.h44 int oz_get_pd_list(struct oz_mac_addr *addr, int max_count);
Dozproto.c799 int oz_get_pd_list(struct oz_mac_addr *addr, int max_count) in oz_get_pd_list()