Hello, i recently bought a TL-WN725N usb wireless adapter. It works normally on Windows 10, but it has problems on Kali Linux. I'm running Kali through VirtualBox from Windows 10 Host. When i try to connect, it usually lists the networks but doesn't connect (Sometimes it can't find any networks). For like 20-30 seconds it's trying to connect, but then it just stops without any error message. I also installed WICD network manager. WICD could connect several times, but the connection dropped after several seconds.

Kali Version - Kali GNU/Linux Rolling
Kernel - 4.7.0-kali1-amd64
Host OS - Windows 10 Pro (14931)
Wireless Adapter - TL-WN725N
Virtualization Software - VirtualBox 5.1.8

ifconfig
Code:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.113  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::a00:27ff:feb0:ae56  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:b0:ae:56  txqueuelen 1000  (Ethernet)
        RX packets 149  bytes 39832 (38.8 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 112  bytes 18292 (17.8 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1  (Local Loopback)
        RX packets 8617  bytes 5723908 (5.4 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 8617  bytes 5723908 (5.4 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.112  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::11a8:33fd:7789:a090  prefixlen 64  scopeid 0x20<link>
        ether 98:de:d0:15:a2:17  txqueuelen 1000  (Ethernet)
        RX packets 144  bytes 52112 (50.8 KiB)
        RX errors 0  dropped 761  overruns 0  frame 0
        TX packets 109  bytes 7613 (7.4 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
iwconfig
Code:
eth0      no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"ZoSo"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:2.462 GHz  Access Point: C8:3A:35:42:5B:C0   
          Bit Rate:150 Mb/s   Sensitivity:0/0  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:****-****-****-****-****-****-****-****   Security mode:open
          Power Management:off
          Link Quality=81/100  Signal level=-46 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.
Sometimes i get different output from iwconfig
Code:
eth0      no wireless extensions.



wlan0     unassociated  Nickname:"<WIFI@REALTEK>"

          Mode:Auto  Frequency=2.412 GHz  Access Point: Not-Associated   

          Sensitivity:0/0  

          Retry:off   RTS thr:off   Fragment thr:off

          Encryption key:off

          Power Management:off

          Link Quality=0/100  Signal level=0 dBm  Noise level=0 dBm

          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0

          Tx excessive retries:0  Invalid misc:0   Missed beacon:0



lo        no wireless extensions.
More Information:
Internet works fine with bridged adapter of NAT.