Wireless Daemon for Linux
 help / color / mirror / Atom feed
* [PATCH 00/10] ANQP Refactor to use frame-xchg
@ 2020-06-02 17:30 James Prestwood
  2020-06-02 17:30 ` [PATCH 01/10] frame-xchg: fix bug when starting new xchg from callback James Prestwood
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: James Prestwood @ 2020-06-02 17:30 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1320 bytes --]

I have included two of Andrews patches fixing the group zero bug
as well.

Andrew Zaborowski (2):
  frame-xchg: Fix frame_watch_remove_by_handler for group 0
  frame-xchg: Use frame_watch_group_match in frame_watch_group_get

James Prestwood (8):
  frame-xchg: fix bug when starting new xchg from callback
  anqp: refactor to use frame-xchg
  station: add ANQP state watch API
  network: delay connect if ANQP has not completed
  hwsim: add new 'Delay' property to Rules
  doc: document new 'Delay' property for hwsim Rules
  auto-t: add 'Delay' property to hwsim python module
  auto-t: add test for delayed ANQP response

 autotests/testHotspot/anqp_delay_test.py |  83 +++++
 autotests/util/hwsim.py                  |   8 +
 doc/hwsim-rules-api.txt                  |   5 +
 src/anqp.c                               | 449 +++++++----------------
 src/anqp.h                               |   3 +-
 src/frame-xchg.c                         |  62 ++--
 src/network.c                            |  58 +++
 src/station.c                            |  45 ++-
 src/station.h                            |  13 +
 tools/hwsim.c                            |  53 ++-
 10 files changed, 414 insertions(+), 365 deletions(-)
 create mode 100644 autotests/testHotspot/anqp_delay_test.py

-- 
2.21.1

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

end of thread, other threads:[~2020-06-08 20:15 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-02 17:30 [PATCH 00/10] ANQP Refactor to use frame-xchg James Prestwood
2020-06-02 17:30 ` [PATCH 01/10] frame-xchg: fix bug when starting new xchg from callback James Prestwood
2020-06-02 17:30 ` [PATCH 02/10] frame-xchg: Fix frame_watch_remove_by_handler for group 0 James Prestwood
2020-06-02 17:30 ` [PATCH 03/10] frame-xchg: Use frame_watch_group_match in frame_watch_group_get James Prestwood
2020-06-02 17:30 ` [PATCH 04/10] anqp: refactor to use frame-xchg James Prestwood
2020-06-02 17:30 ` [PATCH 05/10] station: add ANQP state watch API James Prestwood
2020-06-02 17:30 ` [PATCH 06/10] network: delay connect if ANQP has not completed James Prestwood
2020-06-02 17:30 ` [PATCH 07/10] hwsim: add new 'Delay' property to Rules James Prestwood
2020-06-08 20:15   ` Denis Kenzior
2020-06-02 17:30 ` [PATCH 08/10] doc: document new 'Delay' property for hwsim Rules James Prestwood
2020-06-02 17:30 ` [PATCH 09/10] auto-t: add 'Delay' property to hwsim python module James Prestwood
2020-06-02 17:30 ` [PATCH 10/10] auto-t: add test for delayed ANQP response James Prestwood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox