This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
multiple_repeaters_with_same_ssid [2017/07/29 12:03] ispyisail created |
multiple_repeaters_with_same_ssid [2017/07/31 23:15] (current) ispyisail [Prerequisite] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | When selecting the SSID to join we need to manual | + | In a situation were the AP and more than one bridge/ |
| + | |||
| + | When selecting the SSID to join we need to manually | ||
| first you'll need to know the BSSID of the one you want to connect to. | first you'll need to know the BSSID of the one you want to connect to. | ||
| if you're on 2.4ghz, at the command line type | if you're on 2.4ghz, at the command line type | ||
| "iw wlan0 scan" | "iw wlan0 scan" | ||
| + | |||
| + | |||
| + | ===== Prerequisite ===== | ||
| + | |||
| + | The bridge/ | ||
| + | |||
| + | The bridge/ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| Line 21: | Line 36: | ||
| </ | </ | ||
| + | Find the MAC address. In this case "BSS aa: | ||
| + | |||
| + | < | ||
| + | BSS aa: | ||
| + | TSF: 164972434397 usec (1d, 21:49:32) | ||
| + | freq: 2462 | ||
| + | beacon interval: 100 TUs | ||
| + | capability: ESS (0x0421) | ||
| + | signal: -32.00 dBm | ||
| + | last seen: 0 ms ago | ||
| + | Information elements from Probe Response frame: | ||
| + | SSID: Gargoyle | ||
| + | HT capabilities: | ||
| + | Capabilities: | ||
| + | RX LDPC | ||
| + | HT20 | ||
| + | SM Power Save disabled | ||
| + | RX HT20 SGI | ||
| + | RX HT40 SGI | ||
| + | TX STBC | ||
| + | RX STBC 1-stream | ||
| + | Max AMSDU length: 3839 bytes | ||
| + | DSSS/CCK HT40 | ||
| + | Maximum RX AMPDU length 65535 bytes (exponent: 0x003) | ||
| + | Minimum RX AMPDU time spacing: 8 usec (0x06) | ||
| + | HT TX/RX MCS rate indexes supported: 0-23 | ||
| + | HT operation: | ||
| + | * primary channel: 11 | ||
| + | * secondary channel offset: no secondary | ||
| + | * STA channel width: 20 MHz | ||
| + | </ | ||
| + | |||
| + | In this case we install nano to edit "/ | ||
| < | < | ||
| Line 28: | Line 76: | ||
| </ | </ | ||
| + | Add the line " | ||
| + | |||
| + | < | ||
| + | config wifi-device ' | ||
| + | option type ' | ||
| + | option channel ' | ||
| + | option hwmode ' | ||
| + | option path ' | ||
| + | option htmode ' | ||
| + | |||
| + | config wifi-iface ' | ||
| + | option device ' | ||
| + | option network ' | ||
| + | option mode ' | ||
| + | option client_bridge ' | ||
| + | option ssid ' | ||
| + | option bssid ' | ||
| + | option encryption ' | ||
| + | |||
| + | config wifi-iface ' | ||
| + | option device ' | ||
| + | option network ' | ||
| + | option mode ' | ||
| + | option ssid ' | ||
| + | option encryption ' | ||
| + | </ | ||