Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having Pairwise password between Mesh stations in an MBSS #64

Open
sritam2 opened this issue Jul 6, 2017 · 5 comments
Open

Having Pairwise password between Mesh stations in an MBSS #64

sritam2 opened this issue Jul 6, 2017 · 5 comments

Comments

@sritam2
Copy link

sritam2 commented Jul 6, 2017

Dear All,

Is it possible to have pairwise password between mesh stations in an MBSS. Presently, I am using the same shared password among all nodes of the Mesh configured in wpa_supplicant.conf

Is it possible to define pairwise password for each secured link that a Mesh station forms. So, if a station has links to 3 different stations which are at one-hop distance away from this station, then is it possible that the Mesh station authenticates the 3 different stations (one-hop away) using 3 different password pairs (one for each station).

According to IEEE 802.11-2012, it should be possible. If yes, then how to implement it using wpa_supplicant ??
should there be multiple entries for "psk" field in wpa_supplicant.conf file ??

@jcard0na
Copy link
Contributor

jcard0na commented Jul 6, 2017 via email

@sritam2
Copy link
Author

sritam2 commented Jul 6, 2017

Hi Javier,

Thank you so much for your valuable feedback. I am attaching the document for reference.
IEEE_802_11_2012_StandardSpecification.pdf

I again referred the IEEE 802.11-2012 specification. It has been specified that the password, required to authenticate in SAE, can be pairwise for each pair of Mesh stations in an MBSS.

It is mentioned in section 11.5.11 (RSNA authentication in an MBSS) of the document.
I am attaching the document for your reference. I have marked the paragraph as red to high-lighten it.

Has this functionality(pairwise password) been implemented by wpa_supplicant. If Yes, then how should I change the wpa_supplicant.conf file to have pairwise-password for each mesh peer link in the MBSS.

Presently my wpa_supplicant file looks like this:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=adm

mpm on userspace

user_mpm=1

open mesh network

network={
ssid="mymesh" /* Replace $MESH_ID for your mesh ID, use same for all peers /
mode=5 /
Mode 5, is MESH (open80211s) for wpa_supplicant /
frequency=2437 /
Use the same frequency for all peers */
key_mgmt=SAE
psk="thisisreallysecret"
}

Is there any way to implement 802.1X/EAP authentication for 802.11s Mesh networks. I have been asked to implement it. But I am facing difficulty. If you have any online resource material or document which will help me in implementing 802.1X/EAP authentication for 802.11s Mesh networks then please refer me to it.
Please help me with your valuable advise.

Looking forward to your valuable advise.

Thanks and Regards,
Sritam Paltasingh.

@jcard0na
Copy link
Contributor

jcard0na commented Jul 6, 2017 via email

@sritam2
Copy link
Author

sritam2 commented Jul 6, 2017

Hi Javier,

Thank you for your valuable feedback.

Is there any way to implement 802.1X/EAP authentication for 802.11s Mesh networks. I have been asked to implement it. But I am facing difficulty. If you have any online resource material or document which will help me in implementing 802.1X/EAP authentication for 802.11s Mesh networks then please refer me to it.

Please help me with your valuable advise.

Looking forward to your valuable advise.

Thanks and Regards,
Sritam Paltasingh.

@jcard0na
Copy link
Contributor

jcard0na commented Jul 7, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants