X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=wpa_supplicant%2Fconfig.h;h=1535738979d97e8fed19a43dcf00affef84c8b78;hb=a6f5b1937ad45ced659d87b1eb5a665c8d137d34;hp=786b85ab80c67df1118f9424bdfe0c0b6b064ecd;hpb=22950049e40696ea1d578be54c217942be285b63;p=mech_eap.git diff --git a/wpa_supplicant/config.h b/wpa_supplicant/config.h index 786b85a..1535738 100644 --- a/wpa_supplicant/config.h +++ b/wpa_supplicant/config.h @@ -1292,6 +1292,16 @@ struct wpa_config { */ enum mbo_cellular_capa mbo_cell_capa; #endif /* CONFIG_MBO */ + + /** + * gas_address3 - GAS Address3 field behavior + * + * Values: + * 0 - P2P specification (Address3 = AP BSSID) + * 1 = IEEE 802.11 standard compliant (Address3 = Wildcard BSSID when + * sent to not-associated AP; if associated, AP BSSID) + */ + int gas_address3; };