create a connection between Raspberry PI 3 b+(as a client) and Synology MR2200ac by using WPA 3 and OWE protocols

0

I am trying to create a connection between Raspberry PI 3 b+(as a client) and Synology MR2200ac by using WPA 3 and OWE protocols.

I am using wpa_supplicant v2.8-devel.

the configuration of wpa.config file:

CONFIG_IEEE80211W=y

CONFIG_DPP=y

CONFIG_SAE=y

CONFIG_SUITEB=y

CONFIG_OWE=y

the configuration of wpa_supplicant.conf:

network={

ssid="thesis"

sae_password="thesiswpa3"

proto=RSN

key_mgmt=SAE

ieee80211w=1 }

network={

ssid="thesis"

sae_password="thesiswpa3"

pirewise=CCMP

key_mgmt=OWE

ieee80211w=2 }

I have panda wireless PAU09 and this is supported ciphers : supported ciphers

I started my connection :

wpa_supplicant -D nl80211 -i wlan1 -c /etc/wpa_supplicant/wpa_supplicant.conf

when I was trying to create the connection by WPA3 protocol, I had these messages WPA 3 connection

with OWE connection : OWE connection

if I used the command "pkill wpa_supplicant" before I started to create the connection, I had these messages : kill wpa_supplicant before OWE connection

any advice or explanation ?? that is related with support cipher of my adapter, I should have

CMAC (00-0f-ac):6

CMAC-256(00-0f-ac):13

GMAC-128(00-0f-ac):11

GMAC-256(00-0f-ac):12

, to support PMF ??

kholo

Posted 2019-07-24T20:35:52.717

Reputation: 1

No answers