All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iw: add GeoClue support
@ 2010-08-21  0:29 Luis R. Rodriguez
  2010-08-21  0:29 ` [PATCH 1/2] iw: make is_alpha2() available to other objects Luis R. Rodriguez
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Luis R. Rodriguez @ 2010-08-21  0:29 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, geoclue, David.Quan, kevin, Luis R. Rodriguez

This series adds GeoClue support to iw.

A few items we should take into consideration for future
innovation and improvements.

 - The hostip provider should be extended to listen to signals for
   network connetions, and once one becomes availble we can enable
   asynchronous notifications back to the kernel.

 - Extend this to try first the GeoClue gypsy provider, gpsd.

 - Consider writing a GeoClue provider for https://wigle.net/
   which the supplicant can use to inform GeoClue of location.

 - Consider writing our own GeoClue provider based on timezones
   as a last resort.

 - Consider whether or not the kernel may want accuracy
   information as well to make more interesting decisions.

Luis R. Rodriguez (2):
  iw: make is_alpha2() available to other objects
  iw: add GeoClue support for automatically determining location

 COPYING  |    2 +-
 Makefile |    7 +++
 georeg.c |  172 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 iw.h     |    1 +
 reg.c    |    2 +-
 5 files changed, 182 insertions(+), 2 deletions(-)
 create mode 100644 georeg.c


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

end of thread, other threads:[~2010-08-23 22:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-21  0:29 [PATCH 0/2] iw: add GeoClue support Luis R. Rodriguez
2010-08-21  0:29 ` [PATCH 1/2] iw: make is_alpha2() available to other objects Luis R. Rodriguez
2010-08-21  0:29 ` [PATCH 2/2] iw: add GeoClue support for automatically determining location Luis R. Rodriguez
2010-08-23 14:11 ` [PATCH 0/2] iw: add GeoClue support Johannes Berg
2010-08-23 15:44   ` Luis R. Rodriguez
2010-08-23 16:05     ` Bastien Nocera
2010-08-23 17:46       ` Luis R. Rodriguez
2010-08-23 21:05         ` Bastien Nocera
2010-08-23 22:11           ` Luis R. Rodriguez
2010-08-23 22:15             ` Bastien Nocera
2010-08-23 22:22               ` Luis R. Rodriguez
2010-08-23 22:29                 ` Bastien Nocera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.