Lines Matching full:msupplicant
54 mSupplicant = new Supplicant(this, this);
137 if (!mSupplicant->isStarted()) {
140 if (mSupplicant->start()) {
146 if (Controller::bindInterface(mSupplicant->getInterfaceName())) {
151 if (mSupplicant->refreshNetworkList())
214 if (mSupplicant->disconnect()) {
220 if (mSupplicant->stopDriver()) {
228 if (mSupplicant->startDriver()) {
235 mSupplicant->triggerScan();
237 mSupplicant->reconnect();
269 if (mSupplicant->isStarted()) {
271 if (mSupplicant->stop()) {
315 mSupplicant->setApScanMode(2);
319 int rc = mSupplicant->triggerScan();
332 int rc = mSupplicant->setScanMode(active);
339 WifiNetwork *wn = mSupplicant->createNetwork();
346 WifiNetwork *wn = mSupplicant->lookupNetwork(networkId);
352 int rc = mSupplicant->removeNetwork(wn);
370 return mSupplicant->createNetworkList();
378 rc = mSupplicant->enablePacketFilter();
380 rc = mSupplicant->disablePacketFilter();
394 rc = mSupplicant->enableBluetoothCoexistenceScan();
396 rc = mSupplicant->disableBluetoothCoexistenceScan();
406 int rc = mSupplicant->setApScanMode((scanOnly ? 2 : 1));
411 mSupplicant->disconnect();
413 mSupplicant->reconnect();
421 int rc = mSupplicant->setBluetoothCoexistenceMode(mode);
441 SupplicantStatus *ss = mSupplicant->getStatus();
459 if (!(wn = mSupplicant->lookupNetwork(ss->getId()))) {
483 if (mSupplicant->sendCommand("SCAN_RESULTS", reply, &len)) {
514 mSupplicant->setApScanMode(1);
611 if (mSupplicant->getRssi(&rssi)) {
628 int linkspeed = mSupplicant->getLinkSpeed();
802 *buffer = mWc->mSupplicant->getNetworkCount();