Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • briar briar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 769
    • Issues 769
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • briar
  • briarbriar
  • Merge requests
  • !1521

Use interface name to decide whether we're providing a wifi hotspot

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged akwizgran requested to merge 2149-hotspot-detection into master Aug 16, 2021
  • Overview 8
  • Commits 2
  • Pipelines 2
  • Changes 5

This branch changes the heuristic for deciding whether we're providing a wifi hotspot, as some devices don't use interface addresses matching the expected pattern (192.168.43.x/24 for user-configured hotspots and 192.168.49.x/24 for P2P hotspots). The new heuristic is based on data collected from 20 test devices: interface name starts with wlan, ap or p2p followed by a digit or hyphen, and interface address is 192.168.x.x/24.

Closes #2149 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 2149-hotspot-detection