Configure Wi-ME with WPA

I have a Connect Wi-ME and I’m developing with Netos7.3. I’ve got it working with WEP, but have failed to get it working with WPA. When I try to run the WPA application, the application just hangs. Has anyone had any success with WPA? Here are some of my WPA settings:

  1. set BSP_WANT_WIRELESS = TRUE
  2. set BSP_WANT_WPA = TRUE
  3. set APP_WLN_AUTHENTICATION_TYPE = WLN_AUTH_WPA_PSK
  4. set APP_WLN_ENCRYPTION_TYPE = WLN_ENCR_TKIP
  5. set APP_WLN_SSID = “linksys”
  6. set APP_WLN_PASSPHRASE = “linksys1”
  7. verified that the wireless access point is also setup with the same ssid, wpa encryption, and passphrase

I would appreciate any help. Thanks in advance.