iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] anqp: print MAC when sending ANQP request
@ 2021-08-18 22:09 James Prestwood
  2021-08-18 22:09 ` [PATCH 2/8] hwsim: require enabling rule before use James Prestwood
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: James Prestwood @ 2021-08-18 22:09 UTC (permalink / raw)
  To: iwd

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

---
 src/anqp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/anqp.c b/src/anqp.c
index 9f216305..a3c46635 100644
--- a/src/anqp.c
+++ b/src/anqp.c
@@ -248,7 +248,7 @@ uint32_t anqp_request(uint64_t wdev_id, const uint8_t *addr,
 	iov[0].iov_len = request->frame_len;
 	iov[1].iov_base = NULL;
 
-	l_debug("Sending ANQP request");
+	l_debug("Sending ANQP request to "MAC, MAC_STR(bss->addr));
 
 	request->id = frame_xchg_start(request->wdev_id, iov,
 				request->frequency, 0, 300, 0,
-- 
2.31.1

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

end of thread, other threads:[~2021-08-19  0:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 22:09 [PATCH 1/8] anqp: print MAC when sending ANQP request James Prestwood
2021-08-18 22:09 ` [PATCH 2/8] hwsim: require enabling rule before use James Prestwood
2021-08-18 22:09 ` [PATCH 3/8] hwsim: remove unconditional packet delay James Prestwood
2021-08-18 22:09 ` [PATCH 4/8] auto-t: hwsim.py: add Enabled property James Prestwood
2021-08-18 22:09 ` [PATCH 5/8] auto-t: hwsim.py: handle Prefix/Enabled in __str__ James Prestwood
2021-08-18 22:09 ` [PATCH 6/8] auto-t: combine testBSSBlacklist tests James Prestwood
2021-08-18 22:09 ` [PATCH 7/8] auto-t: update tests to enable hwsim rules James Prestwood
2021-08-18 22:09 ` [PATCH 8/8] auto-t: remove ANQP delay test James Prestwood
2021-08-19  0:53 ` [PATCH 1/8] anqp: print MAC when sending ANQP request Denis Kenzior

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