Changeset 14608
- Timestamp:
- 2009-02-22T03:46:04+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/hostapd/files/hostapd.sh
r14276 r14608 77 77 config_get channel "$device" channel 78 78 config_get hwmode "$device" hwmode 79 config_get country "$device" country 79 80 case "$hwmode" in 80 81 11a) hwmode=a;; … … 97 98 wpa=$wpa 98 99 ${crypto:+wpa_pairwise=$crypto} 100 ${country:+country_code=$country} 99 101 $hostapd_cfg 100 102 EOF
Note: See TracChangeset
for help on using the changeset viewer.