From: Stephen Hemminger <shemminger@osdl.org>
To: prajakta choudhari <prajaktachoudhari@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: help regarding ip address assignment in kernel module
Date: Mon, 04 Dec 2006 07:35:46 -0800 [thread overview]
Message-ID: <45744052.1060008@osdl.org> (raw)
In-Reply-To: <e9010580612032106p30f561f7h999acaf2f5255aa3@mail.gmail.com>
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 and send a netlink message to assign an IP address.
prev parent reply other threads:[~2006-12-04 15:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-04 5:06 help regarding ip address assignment in kernel module prajakta choudhari
2006-12-04 15:35 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45744052.1060008@osdl.org \
--to=shemminger@osdl.org \
--cc=netdev@vger.kernel.org \
--cc=prajaktachoudhari@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).