Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Providers

David Fernández Aldana edited this page Aug 27, 2016 · 14 revisions

Introduction

Providers suggest to the system how to proceed depending on the OUI (vendor part of the BSSID) of the AP in two ways:

  • Possible WPS pins.
  • Possible tools that can generate the WPS pins.

Types

  • Offline: no internet is required, the whole database is directly builtin in the class file.
  • Online: internet is required
  • Queryable: a single OUI is checked at a time when the generate action is executed.
  • Downloadable: the whole database is downloaded when the update_db action is executed.

Creating a new provider

Clone this wiki locally