API::Search - RIEI/WiFiDB GitHub Wiki
User Documentation
URL: /api/search.php
Parameters:
- POST or GET (string) ssid : SSID to search for.
- POST or GET (string) mac : MAC Address to search for.
- POST or GET (string) radio : Radio type to search for. 802.11a, 802.11b, 802.11g, ect...
- POST or GET (int) chan : Channel to search for. 1, 2, 3...42..ect
- POST or GET (string) auth : Authentication type to search for. Open, WEP, WPA2, WPA-Enterprise
- POST or GET (string) encry : Encryption type to search for. TKIP, AES, PSK, etc...
- POST or GET (string) output: Supported are json, xml, or raw. Default is json. (See api::dev::Output for more info)
% is wildcard. Examples:
- Lynksys% will find LynksysWAP, Lynksys123, Lynksys_Jungle, etc...
- %nksys will find Bonksys, Lynksys, Holynsys, etc...
- %nksys% will find Bonksys_Jungle, Lynksys_123, etc...
Description
Used for the search page, but can be used for other things that support xml or json data.
Developer Documentation
###File path: /api/search.php
Description
...
Classes used
- dbcore->sql
- api