When creating a new wifi network, the user should provide the network's name, password, and security type. • When a wifi
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
When creating a new wifi network, the user should provide the network's name, password, and security type. • When a wifi
When creating a new wifi network, the user should provide the network's name, password, and security type. • When a wifi network object is printed, ensure that the following report would be printed: Name: "name" Security type: "security type • Create a method called check security() for assessing whether the wifi network is secure. If the security type is "WPA2" and the password is at least 15 characters, print out that the wifi network is secure. Otherwise, print out that the wifi network is not secure and needs updating, Create a new wifi network object. Print out the wifi network object for a network called "SDSU wif" with a password of "password123" and a security type of "WPA2. Then, use the check security0 method you created to assess the network's security . In your response, format your code as best as you're able. You may find it useful to use a decimal then spaces, to break/space the lines as needed. If that doesn't work, a series of decimals may be used to illustrate the necessary indentations, i.e. Not indented One Indent Two Indents
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!