Using kali-linux-2017.3-vbox-amd64
Host OS: macOS high sierra 10.13.1
NIC: Realtek8812au, Alfa AWUS036ACH

Problem: When connecting to wifi AP with the NIC, the password prompt continues to pop up even though I have already entered the correct password.
Screen Shot 2017-12-03 at 1.32.34 PM.png

Monitor mode and packet injection works fine with airmon-ng, airodump-ng, etc.

Hardware logs:
Code:
root@kali:~# lspci
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter
00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 02)
00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service
00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio Controller (rev 01)
00:06.0 USB controller: Apple Inc. KeyLargo/Intrepid USB
00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
00:0b.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller
00:0d.0 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 02)
root@kali:~# lsusb
Bus 001 Device 002: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
root@kali:~# lsmod
Module                  Size  Used by
cpuid                  16384  0
fuse                   98304  3
binfmt_misc            20480  1
ppdev                  20480  0
8812au               1572864  0
joydev                 20480  0
intel_powerclamp       16384  0
intel_rapl_perf        16384  0
cfg80211              598016  1 8812au
rfkill                 24576  5 cfg80211
pcspkr                 16384  0
snd_intel8x0           40960  2
snd_ac97_codec        126976  1 snd_intel8x0
ac97_bus               16384  1 snd_ac97_codec
evdev                  24576  17
snd_pcm                98304  2 snd_ac97_codec,snd_intel8x0
snd_timer              32768  1 snd_pcm
snd                    77824  8 snd_ac97_codec,snd_timer,snd_intel8x0,snd_pcm
soundcore              16384  1 snd
serio_raw              16384  0
sg                     32768  0
vboxguest             270336  3
vboxvideo              36864  3
ttm                    94208  1 vboxvideo
parport_pc             28672  0
parport                49152  2 parport_pc,ppdev
drm_kms_helper        151552  1 vboxvideo
drm                   348160  6 vboxvideo,ttm,drm_kms_helper
battery                20480  0
video                  40960  0
ac                     16384  0
button                 16384  0
ip_tables              24576  0
x_tables               36864  1 ip_tables
autofs4                40960  2
ext4                  614400  1
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                   98304  1 ext4
crc32c_generic         16384  0
fscrypto               28672  1 ext4
ecb                    16384  0
hid_generic            16384  0
usbhid                 49152  0
hid                   118784  2 hid_generic,usbhid
sr_mod                 24576  0
cdrom                  61440  1 sr_mod
sd_mod                 49152  3
ata_generic            16384  0
ohci_pci               16384  0
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
crc32c_intel           24576  2
ghash_clmulni_intel    16384  0
pcbc                   16384  0
aesni_intel           188416  0
aes_x86_64             20480  1 aesni_intel
crypto_simd            16384  1 aesni_intel
glue_helper            16384  1 aesni_intel
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
psmouse               143360  0
ahci                   36864  2
libahci                32768  1 ahci
ata_piix               36864  0
ehci_pci               16384  0
ohci_hcd               53248  1 ohci_pci
ehci_hcd               81920  1 ehci_pci
i2c_piix4              24576  0
usbcore               245760  6 8812au,usbhid,ehci_hcd,ohci_pci,ohci_hcd,ehci_pci
usb_common             16384  1 usbcore
e1000                 139264  0
libata                237568  4 ahci,ata_piix,libahci,ata_generic
scsi_mod              212992  4 sd_mod,libata,sr_mod,sg
dmesg excerpt seems relevant:
Code:
[ 2543.077241] ---[ end trace 725bbf0bc2047526 ]---
[ 2617.476203] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2663.684418] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3825.925936] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
wi-fi logs:
Code:
root@kali:~# airmon-ng --verbose

No LSB modules are available.
Distributor ID:	Kali
Description:	Kali GNU/Linux Rolling
Release:	kali-rolling
Codename:	kali-rolling

Linux kali 4.13.0-kali1-amd64 #1 SMP Debian 4.13.13-1kali1 (2017-11-17) x86_64 GNU/Linux
Detected VM using dmi_info
This appears to be a VirtualBox Virtual Machine
If your system supports VT-d, it may be possible to use PCI devices
If your system does not support VT-d, you can only use USB wifi cards

K indicates driver is from 4.13.0-kali1-amd64
V indicates driver comes directly from the vendor, almost certainly a bad thing
S indicates driver comes from the staging tree, these drivers are meant for reference not actual use, BEWARE
? indicates we do not know where the driver comes from... report this


X[PHY]Interface		Driver[Stack]-FirmwareRev		Chipset										Extended Info

r?[phy0]wlan0		8812au[mac80211]-unavailable		Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter

root@kali:~# rfkill list
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
root@kali:~# iwconfig
wlan0     IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=12 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          
lo        no wireless extensions.

eth0      no wireless extensions.

root@kali:~# airmon-ng

PHY	Interface	Driver		Chipset

phy0	wlan0		8812au		Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter

root@kali:~#