Arduino Genuino 101 (Intel) doesn't work with Arduino WiFi Shield 101

Hello,
I attached an Arduino WiFi Shield 101 to my Genuino 101. It doesn't work. The same sketch works on Arduino UNO and on Arduino Zero. But it doesn't work on Genuino 101. There is nothing happening after the command WiFi.begin(ssid, pass). I can not run any WiFi Shield 101 example sketch on Genuino 101 at all. Please help. What could be the problem? Thank you very much.

When it came out the software support for the WiFi Shield 101 was tested on and documented for just the Arduino Zero. I don't know how that relates to the Genuino 101 but you may have to modify the library code or find some updated library code.

Power was the problem. It works if you supply at first 7-12 V and after that plug in an usb cable. Thank you very much anyway.