All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 1/6] ie: add info struct for OWE transition
@ 2021-09-22 18:58 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-09-22 18:58 UTC (permalink / raw)
  To: iwd

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

Hi James,

On 9/22/21 1:26 PM, James Prestwood wrote:
> These members are currently stored in scan_bss but with the
> addition of operating class/band info this will become 5
> separate members. This is a bit excessive to store in scan_bss
> separately so instead this structure can hold everything related
> to the OWE transition IE.
> ---
>   src/ie.h | 6 ++++++
>   1 file changed, 6 insertions(+)
> 

Patches 1-3 applied, thanks.

Regards,
-Denis

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

* [PATCH 1/6] ie: add info struct for OWE transition
@ 2021-09-22 18:26 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2021-09-22 18:26 UTC (permalink / raw)
  To: iwd

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

These members are currently stored in scan_bss but with the
addition of operating class/band info this will become 5
separate members. This is a bit excessive to store in scan_bss
separately so instead this structure can hold everything related
to the OWE transition IE.
---
 src/ie.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/ie.h b/src/ie.h
index f64072b3..02892724 100644
--- a/src/ie.h
+++ b/src/ie.h
@@ -488,6 +488,12 @@ struct ie_fils_ip_addr_response_info {
 	uint8_t ipv6_lifetime;		/* Zero if not provided */
 };
 
+struct ie_owe_transition_info {
+	uint8_t bssid[6];
+	uint8_t ssid[32];
+	size_t ssid_len;
+};
+
 extern const unsigned char ieee_oui[3];
 extern const unsigned char microsoft_oui[3];
 extern const unsigned char wifi_alliance_oui[3];
-- 
2.31.1

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

end of thread, other threads:[~2021-09-22 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-22 18:58 [PATCH 1/6] ie: add info struct for OWE transition Denis Kenzior
  -- strict thread matches above, loose matches on Subject: below --
2021-09-22 18:26 James Prestwood

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.