Hi Joel.
In the boot prompt check it AP is setup as standalone.
Use printenv command to list the environmental variables and look for "standalone_mode" variable. From CLI you can use show ap-env to check some of the environmental variables.
# printenv
...
standalone_mode = 1
If you find it, just set it to 0 with
# setenv standalone_mode 0
# saveenv
If this won't help, boot AP and go to CLI and setup your country code with
# virtual-controller-country <your country code>
Save the settings and reboot.
Best, Gorazd