This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
multiple_repeaters_with_same_ssid [2017/07/30 07:29] ispyisail [Introduction] |
multiple_repeaters_with_same_ssid [2017/07/31 23:15] (current) ispyisail [Prerequisite] |
||
---|---|---|---|
Line 12: | Line 12: | ||
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 27: | 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 34: | 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 ' | ||
+ | </ | ||