ESP8266 Developer Zone The Official ESP8266 Forum 2019-05-08T00:48:36+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=8802 2019-05-08T00:48:36+08:00 2019-05-08T00:48:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8802&p=40702#p40702 <![CDATA[Re: Support for WPA2 Enterprise EAP-PWD]]>
RFZ wrote:
AgentSmithers wrote:In order to implement EAP-PWD don't you need access to the 802.11 Frames.

I guess so, yes. But since there are lots of projects like the wifi deather, I don't think sending raw frames / management frames is an issue... But I'm not sure. e.g. https://github.com/spacehuhn/esp8266_deauther


I just tried this last week and failed. I have an Oracle Box image I can send you to try out with me if you wanna give it a shot?
I'd like to get it working as well..
Got a skype?

Statistics: Posted by AgentSmithers — Wed May 08, 2019 12:48 am


]]>
2019-05-07T04:44:04+08:00 2019-05-07T04:44:04+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8802&p=40663#p40663 <![CDATA[Re: Support for WPA2 Enterprise EAP-PWD]]>
AgentSmithers wrote:
In order to implement EAP-PWD don't you need access to the 802.11 Frames.

I guess so, yes. But since there are lots of projects like the wifi deather, I don't think sending raw frames / management frames is an issue... But I'm not sure. e.g. https://github.com/spacehuhn/esp8266_deauther

Statistics: Posted by RFZ — Tue May 07, 2019 4:44 am


]]>
2019-01-22T01:37:33+08:00 2019-01-22T01:37:33+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8802&p=36903#p36903 <![CDATA[Re: Support for WPA2 Enterprise EAP-PWD]]>
RFZ wrote:
Since I don't see any progress here... Is there a way to implement EAP-PWD (or any other EAP method) within the user application code?
If I understand the WPA2 4-Way handshake right, it doesn't care about the EAP method used. At the end of the EAP auth you always get a PMK that is used for the WPA2 connection. Is there a way to set this PMK?


Hi RFZ,
In order to implement EAP-PWD don't you need access to the 802.11 Frames. I don't believe you can cast Management 08 Frames in this SDK due to them locking it down. If the management frames are not required It may be possible. I have not yet touched on this topic but I'm getting to the point where I will have too in the next week or so. If you find a way out post back here and maybe we can tackle it together! :)

Statistics: Posted by AgentSmithers — Tue Jan 22, 2019 1:37 am


]]>
2019-01-20T19:05:25+08:00 2019-01-20T19:05:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8802&p=36879#p36879 <![CDATA[Re: Support for WPA2 Enterprise EAP-PWD]]> If I understand the WPA2 4-Way handshake right, it doesn't care about the EAP method used. At the end of the EAP auth you always get a PMK that is used for the WPA2 connection. Is there a way to set this PMK?

Statistics: Posted by RFZ — Sun Jan 20, 2019 7:05 pm


]]>
2017-12-22T01:02:16+08:00 2017-12-22T01:02:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8802&p=18775#p18775 <![CDATA[Support for WPA2 Enterprise EAP-PWD]]> I've found very little information about using WPA2 Enterprise and even less about EAP-PWD.
While EAP-MSCHAPv2 and EAP-TTLS require certificates and have known security issues, EAP-PWD only uses username and password and is, as far as i know, considered secure at the moment.
Is there support (planned) for EAP-PWD? Thx

Statistics: Posted by RFZ — Fri Dec 22, 2017 1:02 am


]]>