Commit Graph

204 Commits

Author SHA1 Message Date
Chuck Lee
8d8c2f503e Bug 1051660 - 0001. Fix minor bugs in API implementation. r=hchang 2014-08-18 15:10:24 +08:00
Chuck Lee
d7db55d8f8 Bug 979739 - Fix netmask string format error and use netHelper. r=vchang 2014-08-13 15:30:01 +08:00
Dimi Lee
21d9d46259 Bug 936367 - Support wifi hotspot enable API. r=vchang, r=ptheriault, sr=mrbkap 2014-08-11 17:13:25 +08:00
Chuck Lee
1e3d65af11 Bug 1047294 - Fix potential Javascript Error. r=vchang 2014-08-07 18:00:23 +08:00
Chuck Lee
8655d63560 Bug 930355 - 0002. Implement wifi enable API. r=vchang 2014-08-07 17:19:31 +08:00
Henry Chang
9cb99bd7bd Bug 1046116 - Do not disable network on receiving 'CTRL-EVENT-ASSOC-REJECT'. r=vchang
We would disable one network after receiving 'CTRL-EVENT-ASSOC-REJECT'
a couple of times but never re-enable it again. Remove this rule until
we have a sophisticated re-enable policy.
2014-08-05 16:33:40 +08:00
Kyle Huey
cebdcff7c6 Bug 1046000: Shut down the wifi services. r=vchang
--HG--
extra : rebase_source : 121fb986ff42e414713f4ff8bab151289e9746f4
2014-07-30 19:31:18 -07:00
Jessica Jong
6a2315d619 Bug 990458 - Part 3: WifiWorker changes to support updateNetworkInterface(). r=vchang 2014-07-29 16:44:27 +08:00
Chuck Lee
1e870fc396 Bug 1039220 - Fix judgement rule for valid property. r=hchang 2014-07-16 18:06:13 +08:00
Vincent Chang
745dc2f82c Bug 1034489 - [FirefoxOS_v1.4][Shark]Close WIFI while obtaining IP from AP and WIFI button can't be tapped for long. r=chulee 2014-07-16 16:10:21 +08:00
Vincent Chang
cafac21a72 Bug 1037301 - [Wifi] Close station info update timer when we disable the hotspot. r=hchang 2014-07-11 11:45:55 +08:00
Chuck Lee
2b5f659a03 Bug 1033948 - 0002. Change API naming in DOM. r=vchang 2014-07-04 14:37:55 +08:00
Harsh Pathak
7c4b2ba847 Bug 643041 - Merge nsIX509Cert2 and nsIX509Cert3 into nsIX509Cert, and merge nsIX509CertDB2 into nsIX509CertDB. r=keeler
--HG--
extra : rebase_source : 5283c637e45dbee9f741d56cda54fdef1afce16e
2014-07-03 22:09:24 -07:00
Chuck Lee
4bdd17660a Bug 1030591 - Send connectionInfoUpdate while IP change. r=vchang 2014-06-27 17:26:31 +08:00
Chuck Lee
e5112975b7 Bug 1028044 - Use auth instead of autheap in phase2 settings. r=vchang 2014-06-24 17:41:38 +08:00
Jim Blandy
7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Chuck Lee
2c4e446c07 Bug 1023115 - Add retry count for EAP connection error. r=vchang 2014-06-20 10:37:43 +08:00
Chuck Lee
89e60b3257 Bug 1020866 - Add IEEE8021X to WPA-EAP config. r=vchang 2014-06-13 12:00:10 +08:00
Vincent Chang
a715be0da3 Bug 1009725 - [B2G][Flame][Settings]Wi-Fi toggle button intermittently non-responsive when selected. r=chulee 2014-06-11 16:37:28 +08:00
Vincent Chang
8e37d77e92 Bug 1014924 - [B2G][Tarako][Geolocation] WifiWorker scan fails With wifi off, and geolocation stops. r=chulee 2014-06-04 18:08:51 +08:00
Chuck Lee
78f82d087e Bug 775499 - 0002. Handle subject match setting. r=vchang 2014-05-19 14:41:08 +08:00
Chuck Lee
8baf961996 Bug 790056 - Remove WPA-EAP filter. r=vchang 2014-05-27 14:31:09 +08:00
Vincent Chang
07345883f9 Bug 774582 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap 2014-01-22 16:37:40 +08:00
Chuck Lee
c16175be63 Bug 1002314 - 0002. Provide WiFi capability info. r=mrbkap, r=vchang 2014-05-19 10:29:21 +08:00
Vincent Chang
ef62ce853c Bug 1005775 - [Wifi] [Follow up of Bug 999388]Refactor wifi when send terminate command to wpa_supplicant. r=chulee 2014-05-06 13:40:07 +08:00
Chuck Lee
b896a20a13 Bug 745468 - 0002. Support WPA-EAP connection state. r=vchang, r=mrbkap 2014-04-25 18:41:26 +08:00
Chuck Lee
0b4b8931b1 Bug 745468 - 0001. Support WPA-EAP configure parameters. r=vchang, r=mrbkap 2014-04-30 19:58:54 +08:00
Henry Chang
2f44f4bd0e Bug 998892 - Append "interface=XXX" to the WPS PBC/PIN supplicant command only for JB. r=vchang 2014-05-06 15:04:16 +08:00
Chuck Lee
aa3e0358a1 Bug 917175 - 0003. DOM API implementation. r=mrbkap 2014-04-28 15:50:11 +08:00
Chuck Lee
5ba363afb4 Bug 917176 - 0002. DOM API implementation. r=mrbkap, r=briansmith 2014-04-30 19:58:45 +08:00
Chuck Lee
25db01596a Bug 917102 - 0003. DOM API implementation. r=mrbkap 2014-04-30 19:58:40 +08:00
Vincent Chang
ca289daead Bug 999391 - [Wifi] CTRL-EVENT-TERMINATING with recv errors message is not handled correctly. r=chulee 2014-04-22 20:22:03 +08:00
Chuck Lee
ca888d7d6d Bug 997791 - 0002. Apply request queue optimization. r=vchang 2014-04-21 20:06:27 +08:00
Chuck Lee
593bc72320 Bug 997791 - 0001. Remove ignore settings flags. r=vchang 2014-04-21 20:06:24 +08:00
Kai-Zhen Li
488b2b6c47 Bug 998851 - Bind 'this' to callback function. r=vchang 2014-04-21 11:59:16 +08:00
Chuck Lee
7a664e9511 Bug 989717 - Handle enabling and disabling state properly. r=vchang 2014-04-15 11:43:51 +08:00
Vincent Chang
c729de5fda Bug 993327 - [tarako] unable to enable Data Connect after turning off WIFI. r=chulee 2014-04-10 11:48:50 +08:00
Vincent Chang
1c11bb340d Bug 993821 - [Wifi] Event thread is blocked in WaitForEvent caused wifi stay in searching state. r=chulee 2014-04-10 13:52:38 +08:00
Vincent Chang
4deaf08058 Bug 986365 - Crash in supplicant because of closing supplicant while waiting for event. r=chulee 2014-03-27 13:58:04 +08:00
Dimi Lee
82af933627 Bug 991499 - WifiWorker still try to send message to component which is already shutdown. r=vchang 2014-04-03 18:10:16 +08:00
Vincent Chang
540280ae22 Bug 989719 - js error in WifiWorker when doing geolocation and WiFi is disabled. r=chulee 2014-03-31 10:30:44 +08:00
Chuck Lee
7535b0ba85 Bug 966925 - Filter scan result based on platform property. r=vchang 2014-03-20 14:39:21 +08:00
Jessica Jong
1d9cbf76fd Bug 978709 - 4.g/6: WifiNetworkInterface changes. r=vicamo 2014-03-29 15:18:24 +08:00
Vicamo Yang
d5eb9240f6 Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi 2014-03-29 15:18:09 +08:00
Henry Chang
85dbe34d0d Bug 986360 - Add nullity check to |flags|. r=chulee 2014-03-21 17:00:38 +08:00
Henry Chang
4e72f18dc2 Bug 986349 - Bind |this| to forEach callback function. r=chulee 2014-03-21 16:43:54 +08:00
Vincent Chang
2f1ea2e635 Bug 972794 - [Tarako]Connect wpa supplicant consume 5 seconds. r=chulee 2014-03-07 19:29:55 +08:00
Chuck Lee
86e4ddf16b Bug 972628 - Remove redundant network while loading network config. r=vchang 2014-03-10 16:48:13 +08:00
Vincent Chang
58bfd850d9 Bug 979841 - [Tarako]Wifi stay on searching status even scan results available. r=chulee 2014-03-12 18:25:32 +08:00
Edgar Chen
91a6335722 Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi 2014-02-26 18:08:46 +08:00