mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 10:39:23 +01:00
eap-wsc: Properly set vendor-id & vendor-type
This commit is contained in:
parent
887119c82f
commit
fdeed24591
@ -81,6 +81,8 @@ static bool eap_wsc_load_settings(struct eap_state *eap,
|
||||
}
|
||||
|
||||
static struct eap_method eap_wsc = {
|
||||
.vendor_id = { 0x00, 0x37, 0x2a },
|
||||
.vendor_type = 0x00000001,
|
||||
.request_type = EAP_TYPE_EXPANDED,
|
||||
.exports_msk = true,
|
||||
.name = "WSC",
|
||||
|
Loading…
Reference in New Issue
Block a user