<div dir="ltr">Log from hostapd&#39;s stdout : <div><br></div><div><div>root@arm:/home/ubuntu# hostapd -t /etc/hostapd/sampleconf.conf</div><div>1423567840.173144: Configuration file: /etc/hostapd/sampleconf.conf</div><div>1423567840.202746: Using interface wlan0 with hwaddr 00:13:ef:70:2e:cf and ssid &quot;HUB234&quot;</div><div>1423567840.353574: random: Cannot read from /dev/random: Resource temporarily unavailable</div><div>1423567840.355572: random: Only 0/20 bytes of strong random data available from /dev/random</div><div>1423567840.356901: random: Not enough entropy pool available for secure operations</div><div>1423567840.358385: WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects</div><div>1423567840.404354: wlan0: interface state UNINITIALIZED-&gt;ENABLED</div><div>1423567840.406378: wlan0: AP-ENABLED</div><div>1423567849.897591: 1423567849.897622: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: authenticated</div><div>1423567849.906751: 1423567849.906783: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: associated (aid 1)</div><div>1423567849.919651: random: Cannot read from /dev/random: Resource temporarily unavailable</div><div>1423567849.923317: random: Only 0/20 bytes of strong random data available from /dev/random</div><div>1423567849.925632: random: Not enough entropy pool available for secure operations</div><div>1423567849.926074: WPA: Not enough entropy in random pool to proceed - reject first 4-way handshake</div><div>1423567850.375713: 1423567850.375743: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: authenticated</div><div>1423567850.388893: 1423567850.388923: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: associated (aid 1)</div><div>1423567850.400293: random: Cannot read from /dev/random: Resource temporarily unavailable</div><div>1423567850.404228: random: Only 0/20 bytes of strong random data available from /dev/random</div><div>1423567850.406103: random: Not enough entropy pool available for secure operations</div><div>1423567850.406540: WPA: Not enough entropy in random pool to proceed - reject first 4-way handshake</div><div>1423567853.987188: 1423567853.987219: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: authenticated</div><div>1423567853.995932: 1423567853.995961: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: associated (aid 1)</div><div>1423567854.007381: random: Cannot read from /dev/random: Resource temporarily unavailable</div><div>1423567854.010972: random: Only 0/20 bytes of strong random data available from /dev/random</div><div>1423567854.012770: random: Allow operation to proceed based on internal entropy</div><div>1423567854.080908: wlan0: AP-STA-CONNECTED 2c:f0:ee:1a:e5:5a</div><div>1423567854.085798: 1423567854.085830: wlan0: STA 2c:f0:ee:1a:e5:5a RADIUS: starting accounting session 54D9EBE0-00000000</div><div>1423567854.091264: 1423567854.091298: wlan0: STA 2c:f0:ee:1a:e5:5a WPA: pairwise key handshake completed (RSN)</div><div>1423567856.703080: wlan0: AP-STA-DISCONNECTED 2c:f0:ee:1a:e5:5a</div><div>1423567856.706900: 1423567856.706930: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: disassociated</div><div>1423567857.716982: 1423567857.717014: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)</div><div>1423567864.330095: 1423567864.330125: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: authenticated</div><div>1423567864.340560: 1423567864.340590: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: associated (aid 1)</div><div>1423567864.381004: wlan0: AP-STA-CONNECTED 2c:f0:ee:1a:e5:5a</div><div>1423567864.385871: 1423567864.385902: wlan0: STA 2c:f0:ee:1a:e5:5a RADIUS: starting accounting session 54D9EBE0-00000001</div><div>1423567864.391197: 1423567864.391227: wlan0: STA 2c:f0:ee:1a:e5:5a WPA: pairwise key handshake completed (RSN)</div><div>1423567866.714049: wlan0: AP-STA-DISCONNECTED 2c:f0:ee:1a:e5:5a</div><div>1423567866.717722: 1423567866.717753: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: disassociated</div><div>1423567867.725936: 1423567867.725969: wlan0: STA 2c:f0:ee:1a:e5:5a IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)</div></div><div><br></div><div>And the config i am using is :</div><div><br></div><div><div>interface=wlan0</div><div>driver=nl80211</div><div>ssid=HUB234</div><div>hw_mode=g</div><div>channel=1</div><div>macaddr_acl=0</div><div>auth_algs=1</div><div>ignore_broadcast_ssid=0</div><div>wpa=2</div><div>wpa_passphrase=12345678</div><div>wpa_key_mgmt=WPA-PSK</div><div>wpa_pairwise=TKIP</div><div>rsn_pairwise=CCMP</div><div>disassoc_low_ack=0</div></div><div><br></div><div>Android Wifi clients, wifi dongles, windows systems dont have any problem connecting to the hotspot but only the apple devices have . I even tried setting disassoc_low_ack=0 but it doesnt seem to work .</div></div>