Out of the screenshots I can see that your wi-fi card seems to be initialized properly (which is a good sign, that means the driver is most probably ok). But looks like the wi-fi association part fails.
I'd suggest you to run the following commands and post the output, that may help with troubleshooting:
ifup -v wlan0
tail -30 /var/log/messages
dmesg |tail -30