PSP-3004 doesn't connect to wifi in homebrew app #365
Unanswered
basarkaman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PSP ARK4 CFW is able to connect AES/password protected wifi in test connection, but when i run the app, state goes 0 to 2 to 6 to 3 to 0, which corresponds PSP_NET_APCTL_STATE_DISCONNECTED, PSP_NET_APCTL_STATE_JOINING, PSP_NET_APCTL_STATE_KEY_EXCHANGE, PSP_NET_APCTL_STATE_GETTING_IP and disconnected again.
I'm trying to use the code in samples/net/simple, I made a few edits,
pretty much same but I changed state > stateLast to state != stateLast so I can see changes.
Thanks for replying.
edit: codeblock
Beta Was this translation helpful? Give feedback.
All reactions