WifiResultParser.java (zxing-zxing-3.4.1) | : | WifiResultParser.java (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
* distributed under the License is distributed on an "AS IS" BASIS, | * distributed under the License is distributed on an "AS IS" BASIS, | |||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||
* See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | |||
* limitations under the License. | * limitations under the License. | |||
*/ | */ | |||
package com.google.zxing.client.result; | package com.google.zxing.client.result; | |||
import com.google.zxing.Result; | import com.google.zxing.Result; | |||
@SuppressWarnings("checkstyle:lineLength") | ||||
/** | /** | |||
* <p>Parses a WIFI configuration string. Strings will be of the form:</p> | * <p>Parses a WIFI configuration string. Strings will be of the form:</p> | |||
* | * | |||
* <p>{@code WIFI:T:[network type];S:[network SSID];P:[network password];H:[hidd en?];;}</p> | * <p>{@code WIFI:T:[network type];S:[network SSID];P:[network password];H:[hidd en?];;}</p> | |||
* | * | |||
* <p>For WPA2 enterprise (EAP), strings will be of the form:</p> | * <p>For WPA2 enterprise (EAP), strings will be of the form:</p> | |||
* | * | |||
* <p>{@code WIFI:T:WPA2-EAP;S:[network SSID];H:[hidden?];E:[EAP method];PH2:[Ph ase 2 method];A:[anonymous identity];I:[username];P:[password];;}</p> | * <p>{@code WIFI:T:WPA2-EAP;S:[network SSID];H:[hidden?];E:[EAP method];PH2:[Ph ase 2 method];A:[anonymous identity];I:[username];P:[password];;}</p> | |||
* | * | |||
* <p>"EAP method" can e.g. be "TTLS" or "PWD" or one of the other fields in <a href="https://developer.android.com/reference/android/net/wifi/WifiEnterpriseCon fig.Eap.html">WifiEnterpriseConfig.Eap</a> and "Phase 2 method" can e.g. be "MSC HAPV2" or any of the other fields in <a href="https://developer.android.com/refe rence/android/net/wifi/WifiEnterpriseConfig.Phase2.html">WifiEnterpriseConfig.Ph ase2</a></p> | * <p>"EAP method" can e.g. be "TTLS" or "PWD" or one of the other fields in <a href="https://developer.android.com/reference/android/net/wifi/WifiEnterpriseCon fig.Eap.html">WifiEnterpriseConfig.Eap</a> and "Phase 2 method" can e.g. be "MSC HAPV2" or any of the other fields in <a href="https://developer.android.com/refe rence/android/net/wifi/WifiEnterpriseConfig.Phase2.html">WifiEnterpriseConfig.Ph ase2</a></p> | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |