linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* rfkill API
@ 2011-02-02  4:35 Ben Greear
  2011-02-02  4:51 ` Ben Greear
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Greear @ 2011-02-02  4:35 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org

Hello!

I was looking at using one rfkill socket in wpa_supplicant, instead
of one per vif.

Current wpa_supplicant code seems to treat the API as if there is only
as single rfkill object for the entire kernel.  I would assume that
instead different NICs could have different rfkill status.

Is there any way to coorelate a netdevice (or devices)
to the rfkill->idx in the

struct rfkill_event {
	u32 idx;
	u8 type;
	u8 op;
	u8 soft;
	u8 hard;
} STRUCT_PACKED;


?

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-10 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-02  4:35 rfkill API Ben Greear
2011-02-02  4:51 ` Ben Greear
2011-02-03 18:42   ` Dan Williams
2011-02-03 18:58     ` Ben Greear
2011-02-10 18:21       ` Dan Williams

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).