Home | History | Annotate | Download | only in nexus

Lines Matching full:supplicant

22 #define LOG_TAG "Supplicant"
30 #include "Supplicant.h"
44 Supplicant::Supplicant(WifiController *wc, ISupplicantEventHandler *handlers) {
58 Supplicant::~Supplicant() {
64 int Supplicant::start() {
67 LOGW("Unable to setup supplicant.conf");
71 LOGE("Error starting supplicant (%s)", strerror(errno));
77 LOGE("Error connecting to supplicant (%s)\n", strerror(errno));
89 int Supplicant::stop() {
92 LOGW("Unable to stop supplicant listener (%s)", strerror(errno));
97 LOGW("Error stopping supplicant (%s)", strerror(errno));
112 bool Supplicant::isStarted() {
116 int Supplicant::sendCommand(const char *cmd, char *reply, size_t *reply_len) {
139 SupplicantStatus *Supplicant::getStatus() {
160 * Retrieves the list of networks from Supplicant
163 int Supplicant::refreshNetworkList() {
244 int Supplicant::connectToSupplicant() {
246 LOGW("Supplicant service not running");
250 LOGE("Unable to open connection to supplicant on \"%s\": %s",
270 LOGE("Error - unable to start supplicant listener");
277 int Supplicant::setScanMode(bool active) {
290 int Supplicant::triggerScan() {
301 int Supplicant::getRssi(int *buffer) {
323 int Supplicant::getLinkSpeed() {
349 int Supplicant::stopDriver() {
362 int Supplicant::startDriver() {
374 WifiNetwork *Supplicant::createNetwork() {
395 int Supplicant::removeNetwork(WifiNetwork *wn) {
417 WifiNetwork *Supplicant::lookupNetwork(int networkId) {
424 WifiNetwork *Supplicant::lookupNetwork_UNLOCKED(int networkId) {
435 WifiNetworkCollection *Supplicant::createNetworkList() {
447 int Supplicant::setupConfig() {
495 int Supplicant::setNetworkVar(int networkId, const char *var, const char *val) {
516 const char *Supplicant::getNetworkVar(int networkId, const char *var,
530 int Supplicant::enableNetwork(int networkId, bool enabled) {
546 int Supplicant::enablePacketFilter() {
565 int Supplicant::disablePacketFilter() {
584 int Supplicant::enableBluetoothCoexistenceScan() {
596 int Supplicant::disableBluetoothCoexistenceScan() {
608 int Supplicant::setBluetoothCoexistenceMode(int mode) {
621 int Supplicant::setApScanMode(int mode) {
636 int Supplicant::retrieveInterfaceName() {
648 int Supplicant::reconnect() {
660 Supplicant::disconnect() {
672 int Supplicant::getNetworkCount() {