Re: help regarding ip address assignment in kernel module

2006-12-04 Thread Stephen Hemminger
prajakta choudhari wrote: Hi all: I am absolutely new to kernel module programming. I have to modify the hostap -code such that whenever a network device is registered, it is assigned an ip address. Do it in userspace. Listen for the netlink event that occurs when network device is registered an

help regarding ip address assignment in kernel module

2006-12-03 Thread prajakta choudhari
Hi all: I am absolutely new to kernel module programming. I have to modify the hostap -code such that whenever a network device is registered, it is assigned an ip address. can i some how use the devinet.c functions such as inetdev_init,inet_insert_ifa,etc fucntions even though they are not expor