Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:guides:wifi-hard [2010/07/08 15:14] – external edit 127.0.0.1 | en:guides:wifi-hard [2010/08/22 15:10] (current) – linea | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| But you should //always// use a wpa key, because wep keys can be easily cracked with aircrack, as noted [[http:// | But you should //always// use a wpa key, because wep keys can be easily cracked with aircrack, as noted [[http:// | ||
| wpa_supplicant allows you to use a wpa key (some cards may use wpa without wpa_supplicant). It needs a config file. Usually, /// | wpa_supplicant allows you to use a wpa key (some cards may use wpa without wpa_supplicant). It needs a config file. Usually, /// | ||
| - | <code> | + | <file> |
| ap_scan=1 | ap_scan=1 | ||
| network={ | network={ | ||
| Line 102: | Line 102: | ||
| priority=5 | priority=5 | ||
| } | } | ||
| - | </code> | + | </file> |
| Or try: | Or try: | ||
| - | <code> | + | <file> |
| ap_scan=1 | ap_scan=1 | ||
| network={ | network={ | ||
| Line 115: | Line 115: | ||
| priority=5 | priority=5 | ||
| } | } | ||
| - | </code> | + | </file> |
| It's now possible to launch wpa_supplicant: | It's now possible to launch wpa_supplicant: | ||
| < | < | ||
| - | wpa_supplicant -B -w -c/ | + | # |
| </ | </ | ||
| WPA_DRIVER is the name of the driver used by wpa_supplicant. | WPA_DRIVER is the name of the driver used by wpa_supplicant. | ||