kaiostech/gecko-b2g

Missing "connect" button next to WiFi networks

lissyx opened this issue · 1 comments

STR:
0. Build current tree

  1. Flash (full or just gecko)
  2. Open Settings, Scan networks

Expected:
WPA-PSK / WPA2-PSK and OPEN at least should have Connect appended

Actual:
No connect, though console.log shows (4 is network.security.trim().length):

09-22 09:17:06.744  4846  4846 I Gecko   : console.log: "WIFI Livebox-XXXX OPEN"                                                                                             
09-22 09:17:06.744  4087  4087 I Gecko   : console.log: "WIFI Livebox-XXXX OPEN"                                                                                             
09-22 09:17:06.745  4846  4846 I Gecko   : console.log: "WIFI: 4"                                                                                                                   
09-22 09:17:06.745  4087  4087 I Gecko   : console.log: "WIFI: 4"                                                                                                                   

Fixed in 356fb9f