Changeset 31081
- Timestamp:
- 2012-03-27T12:44:26+02:00 (6 years ago)
- Location:
- trunk/package
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/hostap-driver/files/lib/wifi/hostap.sh
r28318 r31081 212 212 wds|sta) 213 213 if eval "type wpa_supplicant_setup_vif" 2>/dev/null >/dev/null; then 214 wpa_supplicant_setup_vif "$vif" hostap|| {214 wpa_supplicant_setup_vif "$vif" wext || { 215 215 echo "enable_prism2($device): Failed to set up wpa_supplicant for interface $ifname" >&2 216 216 ifconfig "$ifname" down -
trunk/package/madwifi/files/lib/wifi/madwifi.sh
r28785 r31081 408 408 wds|sta) 409 409 if eval "type wpa_supplicant_setup_vif" 2>/dev/null >/dev/null; then 410 wpa_supplicant_setup_vif "$vif" madwifi|| {410 wpa_supplicant_setup_vif "$vif" wext || { 411 411 echo "enable_atheros($device): Failed to set up wpa_supplicant for interface $ifname" >&2 412 412 ifconfig "$ifname" down
Note: See TracChangeset
for help on using the changeset viewer.