Skip to content

Commit

Permalink
Update Bridged_Wireless_Access_Point.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morrownr authored Jul 27, 2024
1 parent 2e77c4a commit b8d63ee
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions home/AP_Mode/Bridged_Wireless_Access_Point.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ add
unmanaged-devices=interface-name:wlan0
```

Note: Ensure that you change `wlan0` to the name of your
wireless interface.

Save the file.

#### Determine name and state of the network interfaces.
Expand All @@ -238,10 +241,9 @@ Save the file.
ip a
```

You may need to additionally run the following commands in order to determine which adapter, in a dual band setup, has which interface name.
You may need to additionally run the following command to help to determine which adapter, in a dual band setup, has which interface name.

```
iw list
iw dev
```

Expand Down

0 comments on commit b8d63ee

Please sign in to comment.