TPE CONNECTIVITY GROUP/2014-11-11

From MozillaWiki
Jump to: navigation, search

Discussion Topics

  • Current features(Wifi/NFC/Wifi Direct/Wifi Display) support for Android L in Nexus 5.
  • Conserve wifi power consumption.
    • Turn on Wifi in low power mode by default, need to have multicast API for app to turn on/off.
    • The terminal SHALL provide a WLAN sleep mode policy controlling the WLAN state of the terminal when screen lock is turned on with the following options: WLAN is
      • (1) OFF == Default Value
      • (2) ON only when plugged in (charger, data cable).
      • (3) ON
  • Pre-populate WiFi SSIDs

The terminal supports an operator defined list of preferred WLAN networks. The list is provisioned to the terminal at time of manufacturing according to the access configuration listed in Deutsche Telekom's International Settings Document TISD. Vendors are asked to state their general compliancy to the requirements in this section even if the terminals variant does not require WLAN preferred network configuration and the respective settings in the TISD are missing/empty.

https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Market_customizations_guide#Pre-populate_WiFi_SSIDs

Chuck

  • Target
    • WPA-EAP
    1. bug 1012549 - Support import PKCS#12 in wifi r?
    • Wifi Test Case
    1. bug 1084232 - Enable internal EAP server of hostapd for test EAP connection on emulator. landed
    2. bug 1077330 - Add marionette test for Wifi certificate functions. r+
    3. bug 1084230 - Add marionette test for WPA-EAP connection. r+
    • VPN
    1. bug 1085240 - Add VPN daemons for flame-kk r?
    2. VPN study implementation of Android
    • Others
    1. bug 1019691 - Wifi connection priority r?
    2. bug 934292 - Open WifiManager to privileged app. r?
  • Review & Feedbacks
  • Pending
  1. bug 1086222 - Can't import certificate already built-in in gecko.
  2. bug 1059040 - SNTP error on rapid request workaround done, refactory WIP
  3. bug 1057091 - Support USB tethering in IPv6 upstream interface r-, WON'T FIX?
  4. bug 1058416 - Use IPDL in wifi WIP, handling link error
  5. bug 1050147 - Remove wifi enable control by settings depends on bug 1050143
  6. bug 1047258 - WiFi with Captive Portal and data connection can mess up
  7. bug 994564 - Use different thread for executing wifi command and netutil command WIP
  8. bug 981472 - Join an invalid network, the current connection will be disconnected WIP
  9. bug 989834 - it takes 10 seconds to unload wifi driver on Sora WIP
  10. bug 928775 - Support UESRNETWPIN r?
  11. bug 917097 - Wifi Enabled in airplane mode r+

Dimi

  • Done & Working in Progress
  1. bug 996397 - B2G NFC: Investigate if DOMRequests should be replaced with Promises. r?
  2. bug 1047233 - B2G NFC: handler the errorMsg in NfcService and list errorMsg in WebIDL. land
  3. {{bug|1091356 - Change AvailableIn to PrivilegedApps for p2p sharing API. working
  4. {{bug|1095322 - Child process should know current power level of NFC HW. working
  5. {{bug|1093483 - Calling NFC API when NFC is not enabled should throw. working
  • Review & Feedbacks
  1. bug 1093485 - typo for NotifySendFileStatus in Nfc.js
  2. bug 978707 - B2G NFC: sessionToken can be used to get NFCPeer and NFCTag object
  3. bug 1085301 - B2G NFC: checking sessionToken in notifyPeerReady is unneccesary.
  4. bug 1087925 - calling some NFCTag API should throw if the condition is not met.
  5. bug 1048676 - B2G NFC: Add a privileged nfc permission
  6. bug 1094669 - Add a size attribute for MozNDEFRecord
  • Pending
  1. bug 927298 - Support wifi hotspot status APIs.
  2. bug 1055959 - [NFC] testNfcBadSessionIdError testcase fail.
  3. bug 1043276 - [NFC] Find a way for nfcd to know EVT_TRANSACTION comes from SIM or eSE.
  4. bug 1063439 - [NFC] nfcd should handle simulated EVT_TRANSACTION event from emulator.
  5. bug 1059232 - [NFC] Add simple way to trigger EVT_TRANSACTION from nfcd.

Ethan

  • Done & Working in Progress
    • bug 1032111 - [RTSP] Basic RTSP test case on ICS emulator (r+)
      • Have a problem pushing into marionette-webapi test.
    • bug 1056187 - Frame drops observed during RTSP streaming (closed)
    • bug 1093548 - [RTSP] Poor quality for certain MPEG4-AAC clip (new)
    • Work on NetworkStats
    • bug 1070944 - [ResourceStats API] Separation of Browsing data from System data
  • Review & Feedbacks
    • Review: bug 1093521 - [RTSP] An extra PLAY request is send after end-of-stream
  • Pending

Henry

Done & Working in Progress

  1. bug 1083449 - Closing an invalid fd in WiFi
    • r+'d
    • Be backed out due to cpp unit test crash on 2.1. Already found the root cause and waiting for caf's response.
  2. bug 1093951 - WiFi Multicast/Broadcast filter don't work when system is sleep
    • Created gaia PR for 2.0/2.1. Will introduce different design and land on master.
  3. Composing Wifi Display wiki page: https://wiki.mozilla.org/B2G/Wifi_Display

Pending

  1. bug 1040565 - system message shouldn't be dispatched to frozen pages

Jonathan

  • Done & Working in Progress
    • bug 1090838 - [RTSP] Re-play after EOS doesn't work sometime (found extra play after EOS)
    • bug 1093521 - [RTSP] An extra PLAY request is send after end-of-stream (land)
    • bug 1095329 - [RTSP] Receiving data but not playing if resume from screen lock after end-of-stream (working)
  • Review & Feedbacks
  • Pending
    • bug 1068523 - [woodduck][MT6572][Streaming][RTSP] Error message is not prompted when connectivity is lost (solved video, found the problem with audio-only, depending on bug 619421)
    • bug 1080461 - [RTSP] Live stream does not play automatically
    • bug 1080467 - [RTSP] Live stream video performance tuning
    • bug 1080468 - [RTSP] Live stream audio broken after played for a while

Yoshi

  • Done & Working in Progress
    • bug 1089558 - Add 'Impl' for objects defined in nsNfc.js. landed
    • bug 1094669 - Add a size attribute for MozNDEFRecord. landed
    • bug 1087925 - calling some NFCTag API should throw if the condition is not met. landed
    • bug 1085301 - B2G NFC: checking sessionToken in notifyPeerReady is unneccesary. landed
    • bug 1093485 - typo for NotifySendFileStatus in Nfc.js. landed
    • bug 1074611 - B2G NFC: pass NDEF info to MozNFCTag. landed
    • bug 1048676 - B2G NFC: Add a privileged nfc permission. r?
  • Review & Feedbacks
    • bug 1073014 - [B2G][NFC] Use Promise constructor instead of Promise.defer() in HCIEventTransactionSystemMessageConfigurator
    • bug 996397 - B2G NFC: Replace DOMRequests with Promises
  • Pending

Wesley(EPM)

Howie (EPM for Networking)