Question: 802.11U supported devices

Add your own question »

Still looking for the right answer? Log in or Register to ask a question.
  • Like
    0Likes
  • Unlike
    0Likes

Can any body please tell me any client devices(mobile,laptop or tablet) which are capable of 802.11U protocol....????
If any body having any design guide for 802.11U protocol on client side please let me know...?

Thank you,
DavS

Answers

+1
+1 -1

I believe the Samsung Galaxy SIII is passpoint certified (http://certifications.wi-fi.org/pdf_certificate.php?cid=WFA14239) . However when I was looking at one the other day I couldn't figure out where the settings where (so I wouldn't rush out and buy one without checking it out).

If you download the latest build of wpa_supplicant from git (the development version http://hostap.epitest.fi/gitweb/gitweb.cgi?p=hostap.git;a=summary) it has some 802.11u support.

0
+1 -1

Hai Scott,
Thanks for your Reply and information.
Yeah it seems to be right.

I need to implement 802.11U support on client side for windows OS.
Please let know any support documents for implementation of 802.11U

I have downloaded source for WPA_Supplicant, It seems to be supports for 802.11U. because i am able to see quieres going doe ANQP in interworking.c and gas.c source files.

I am new to WPA_SUPPLICANT can you please explain what is wpa_supplicant....? it seems to be connection manager I am right?

Davs

0
+1 -1

wpa_supplicant is the wireless supplicant (connection manager) in use in most linux distributions.

0
+1 -1

thanks scott...I am going through the source code...for WPA_SUPPLICANT which has support for 802.11U.
It seems still driver is not supported for 802.11U.
if u know any info regarding 802.11U implementation on driver side please let me know.
Thanks in Advance.