From your screenshot, I can see that your WIFI card is not detected.
Intel(R) Atom(TM)/Celeron(R)/Pentium(R) Processor SoC Transaction Router - 0F00
PCI\VEN_8086&DEV_0F00
Intel(R) HD Graphics
PCI\VEN_8086&DEV_0F31
Intel(R) USB 3.0 eXtensible Host Controller
PCI\VEN_8086&DEV_0F35
Trusted Execution Engine Interface - 0F18
PCI\VEN_8086&DEV_0F18
Intel(R) Atom(TM)/Celeron(R)/Pentium(R) Processor Platform Control Unit - LPC: Bridge to Intel Legacy Block - 0F1C
PCI\VEN_8086&DEV_0F1C
PS:
As rbg said, you should provide more log info such as dmesg, logcat, and lsmod output.
you could run on terminal:
# dmesg > /storage/sdcard0/dmesg.txt
# logcat -v time -d > /storage/sdcard0/logcat.txt
# lsmod > /storage/sdcard0/lsmod.txt
then attach all the output txt files here. then someone may be able to help...