Thanks for the pdiag tarball.
I see that wpa_supplicant fails, but have not determined why. I ran netwiz and discovered that my PC required me to insert a sleep early on, so the pci wifi adapter shows up. But your device is recognized normally.
In the absence of an "ah-hah', please try inserting that sleep in case there is a timing issue that manifests differently on your PC. Using network-wizard-2.1.3, in /usr/local/network-wizard/rc.network, insert after line 351 and before the line "stop_all -a >/dev/null 2>&1":
sleep 4
Then reboot and get a pdiag.
if it works, try reducing the sleep to 2 seconds, which is what my PC required. No additional pdiag needed.
If the sleep doesn't help, another thing to try would be to add the trace statement (set -x; exec >&2) to the SNS 2.4 rc.network and run SNS, reboot and get a pdiag. That way, I can compare the traces to possibly find anything different in the startup of the wifi device. The trace statement should replace SNS 2.4 blank line 39 in /usr/local/simple_network_setup/rc.network.
I think I will also rerun my netwiz test but with a USB dongle, in case that makes a difference (versus the pci adapter).
Richard