Hello,
Has WPA been deprecated in the lates Service Pack version?
Are both WPA and WPA2 treated the same way or are they differentiated internally? They currently share the same enumeration:
...
#define SL_SEC_TYPE_WPA (2) /* deprecated */
#define SL_SEC_TYPE_WPA_WPA2 (2)
...