WifiManager wm = (WifiManager)this.getSystemService(Context.WIFI_SERVICE);
String uid = wm.getConnectionInfo().getMacAddress();
Toast.makeText(this, uid, Toast.LENGTH_LONG).show();