]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Define Public Action and Vendor-specific Public Action frames
authorJouni Malinen <jouni.malinen@atheros.com>
Sun, 18 Jul 2010 03:22:40 +0000 (20:22 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 18 Jul 2010 03:22:40 +0000 (20:22 -0700)
src/common/ieee802_11_defs.h

index 6993b3f5c231a7502d781c7cc54bdc321b6144be..594135a42a02b14e6d112c923c6ce2d3ff5fa30f 100644 (file)
@@ -391,6 +391,16 @@ struct ieee80211_mgmt {
                                        u8 action; /* */
                                        u8 trans_id[WLAN_SA_QUERY_TR_ID_LEN];
                                } STRUCT_PACKED sa_query_resp;
+                               struct {
+                                       u8 action;
+                                       u8 variable[0];
+                               } STRUCT_PACKED public_action;
+                               struct {
+                                       u8 action; /* 9 */
+                                       u8 oui[3];
+                                       /* Vendor-specific content */
+                                       u8 variable[0];
+                               } STRUCT_PACKED vs_public_action;
                        } u;
                } STRUCT_PACKED action;
        } u;