Chapter 6 Deploying Wireless Networks : Wireless network examples : Basic wireless network : Configuring authentication for wireless users
  
Configuring authentication for wireless users
You need to configure user accounts and add the users to a user group. This example shows only one account, but multiple accounts can be added as user group members.
To configure a WiFi user - web-based manager
1. Go to User & Device > User > User Definition and select Create New.
2. Select Local User and then click Next.
3. Enter a User Name and Password and then click Next.
4. Click Next.
5. Make sure that Enable is selected and then click Create.
To configure the WiFi user group - web-based manager
1. Go to User & Device > User > User Groups and select Create New.
2. Enter the following information and then select OK:
Name
wlan_users
Type
Firewall
Members
Add users.
To configure a WiFi user and the WiFi user group - CLI
config user user
edit "user01"
set type password
set passwd "asdf12ghjk"
end
config user group
edit "wlan_users"
set member "user01"
end