/**@class android.net.wifi.WifiScanner.BssidInfo
@extends java.lang.Object

specifies information about an access point of interest */
var BssidInfo = {

/**bssid of the access point; in XX:XX:XX:XX:XX:XX format */
bssid : "null",
/**low signal strength threshold; more information at {@link android.net.wifi.ScanResult#level} */
low : "null",
/**high signal threshold; more information at {@link android.net.wifi.ScanResult#level} */
high : "null",
/**channel frequency (in KHz) where you may find this BSSID */
frequencyHint : "null",

};