summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/wireless.c
Commit message (Collapse)AuthorAgeFilesLines
* mdk-stage1: configure wpa_supplicant to try both nl80211 and wextMartin Whitaker2020-11-301-1/+1
| | | | Some old wireless driver modules may only support wext.
* Improve stage 1 installer help for entering wireless keys/passphrases.Martin Whitaker2020-11-291-2/+3
| | | | Note that ASCII strings can now be used for WEP keys (mga#21042).
* Add support for WPA/WPA2 in installer stage 1 (mga#9541).Martin Whitaker2020-11-281-81/+80
|
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* add missing includes for wirelessOlivier Blin2007-07-171-0/+2
|
* - move parameters functions in params.cOlivier Blin2007-07-051-0/+1
| | | | | - move string/system utility functions in utils.c
* re-sync after the big svn lossPascal Rigaux2007-04-251-6/+3
|
* set SSID after all other settings, improve text, fix castOlivier Blin2005-04-211-8/+11
|
* fix hex key parsingOlivier Blin2005-04-201-1/+1
|
* initial wireless support (needs ESSID, and optionally a WEP key)Olivier Blin2005-04-201-0/+157