Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wifi_connect_to] Checklist for 1.0 #189

Open
39 tasks
daadu opened this issue Nov 9, 2021 · 0 comments
Open
39 tasks

[wifi_connect_to] Checklist for 1.0 #189

daadu opened this issue Nov 9, 2021 · 0 comments

Comments

@daadu
Copy link
Member

daadu commented Nov 9, 2021

Specs

  • Should be able to connect on basis of following specification
    • Security types
    • Network selection
      • SSID
      • SSID Prefix
      • SSID Suffix
      • BSSID
      • BSSID Range
      • isHidden
    • Connection scope
      • joinOnce vs register
      • app vs system wide
      • with vs without internet
  • Should be able to disconnect on basis of following specification
    • any current network
    • only if current network was connected by the plugin
    • only if current network. is connected to specific network - irrespective how it was connected by plugin or user

APIs

  • ??

Platform Feature Coverage

  • Android
  • constants
    ??
  • methods
    ??
  • iOS
    • Entitlements
      • com.apple.developer.networking.HotspotConfiguration [Hotspot Configuration]
    • NEHotspotConfigurationManager
      • class var shared: NEHotspotConfigurationManager { get }
      • func apply(_ configuration: NEHotspotConfiguration, completionHandler: ((Error?) -> Void)? = nil)
    • NEHotspotConfiguration
      • init(ssid SSID: String)
      • init(ssidPrefix SSIDPrefix: String)
      • init(ssid SSID: String, passphrase: String, isWEP: Bool)
      • init(ssidPrefix SSIDPrefix: String, passphrase: String, isWEP: Bool)
      • init(ssid SSID: String, eapSettings: NEHotspotEAPSettings)
      • var ssid: String { get }
      • var ssidPrefix: String { get }
      • @NSCopying var lifeTimeInDays: NSNumber { get set }
      • var joinOnce: Bool { get set }
      • var hidden: Bool { get set }
    • NEHotspotEAPSettings
      • var isTLSClientCertificateRequired: Bool { get set }
      • var trustedServerNames: [String] { get set }
      • var supportedEAPTypes: [NSNumber] { get set }
      • enum EAPType : Int, @unchecked Sendable
      • var username: String { get set }
      • var password: String { get set }
      • var preferredTLSVersion: NEHotspotEAPSettings.TLSVersion { get set }
      • enum TLSVersion : Int, @unchecked Sendable
      • var outerIdentity: String { get set }
      • var ttlsInnerAuthenticationType: NEHotspotEAPSettings.TTLSInnerAuthenticationType { get set }
      • enum TTLSInnerAuthenticationType : Int, @unchecked Sendable
      • func setIdentity(_ identity: SecIdentity) -> Bool
      • func setTrustedServerCertificates(_ certificates: [Any]) -> Bool

Documentation

  • document API references
  • proper README

Test

  • automated unit tests
    • dart code
    • android code
    • ios code
  • automated integration tests
@daadu daadu changed the title [wifi_sta] API design for 1.0 [wifi_sta] Checklist for 1.0 Nov 10, 2021
@daadu daadu changed the title [wifi_sta] Checklist for 1.0 [wifi_connect_to] Checklist for 1.0 Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant