Home | History | Annotate | Download | only in wpa_gui

Lines Matching refs:scanres

24     scanres = NULL;
69 if (scanres) {
70 scanres->close();
71 delete scanres;
72 scanres = NULL;
499 if (scanres) {
500 scanres->close();
501 delete scanres;
504 scanres = new ScanResults();
505 if (scanres == NULL)
507 scanres->setWpaGui(this);
508 scanres->show();
509 scanres->exec();
544 if (scanres && !scanres->isVisible()) {
545 delete scanres;
546 scanres = NULL;