Home | History | Annotate | Download | only in wifi

Lines Matching full:wpasupplicant

91     WPASupplicant::kNetworkBgscanMethodSimple;
495 service_params.SetUint(WPASupplicant::kNetworkPropertyScanSSID, scan_ssid);
497 service_params.SetUint(WPASupplicant::kNetworkPropertyDisableVHT,
607 if (supplicant_state_ != WPASupplicant::kInterfaceStateCompleted ||
699 } else if (method.compare(WPASupplicant::kNetworkBgscanMethodNone) == 0) {
714 service_params->SetString(WPASupplicant::kNetworkPropertyBgscan,
724 if (method != WPASupplicant::kNetworkBgscanMethodSimple &&
725 method != WPASupplicant::kNetworkBgscanMethodLearn &&
726 method != WPASupplicant::kNetworkBgscanMethodNone) {
806 if (new_bss == WPASupplicant::kCurrentBSSNull) {
1321 if (WPASupplicant::ExtractRemoteCertification(properties, &subject, &depth)) {
1344 rpcid, WPASupplicant::kEAPRequestedParameterPIN, pin);
1365 WPASupplicant::kInterfacePropertyCurrentBSS)) {
1368 WPASupplicant::kInterfacePropertyCurrentBSS));
1371 if (properties.ContainsString(WPASupplicant::kInterfacePropertyState)) {
1372 StateChanged(properties.GetString(WPASupplicant::kInterfacePropertyState));
1376 WPASupplicant::kInterfacePropertyDisconnectReason)) {
1378 properties.GetInt(WPASupplicant::kInterfacePropertyDisconnectReason));
1470 scan_args.SetString(WPASupplicant::kPropertyScanType,
1471 WPASupplicant::kScanTypeActive);
1477 if (hidden_ssids.size() >= WPASupplicant::kScanMaxSSIDsPerScan) {
1479 hidden_ssids.begin() + WPASupplicant::kScanMaxSSIDsPerScan - 1,
1487 scan_args.SetByteArrays(WPASupplicant::kPropertyScanSSIDs, hidden_ssids);
1580 if (new_state == WPASupplicant::kInterfaceStateCompleted ||
1581 new_state == WPASupplicant::kInterfaceState4WayHandshake) {
1587 if (old_state == WPASupplicant::kInterfaceStateDisconnected &&
1588 new_state != WPASupplicant::kInterfaceStateDisconnected) {
1602 // reaches the WPASupplicant::kInterfaceStateCompleted state.
1611 if (new_state == WPASupplicant::kInterfaceStateCompleted) {
1648 } else if (new_state == WPASupplicant::kInterfaceStateAssociated) {
1650 } else if (new_state == WPASupplicant::kInterfaceStateAuthenticating ||
1651 new_state == WPASupplicant::kInterfaceStateAssociating ||
1652 new_state == WPASupplicant::kInterfaceState4WayHandshake ||
1653 new_state == WPASupplicant::kInterfaceStateGroupHandshake) {
1656 if (old_state != WPASupplicant
1663 } else if (new_state == WPASupplicant::kInterfaceStateDisconnected &&
1683 if (supplicant_state_ == WPASupplicant::kInterfaceState4WayHandshake &&
2244 if (current_level != WPASupplicant::kDebugLevelInfo &&
2245 current_level != WPASupplicant::kDebugLevelDebug) {
2251 string new_level = enabled ? WPASupplicant::kDebugLevelDebug :
2252 WPASupplicant::kDebugLevelInfo;
2303 create_interface_args.SetString(WPASupplicant::kInterfacePropertyName,
2305 create_interface_args.SetString(WPASupplicant::kInterfacePropertyDriver,
2306 WPASupplicant::kDriverNL80211);
2307 create_interface_args.SetString(WPASupplicant::kInterfacePropertyConfigFile,
2308 WPASupplicant::kSupplicantConfPath);