update iw listing

This commit is contained in:
Tobias Powalowski 2024-06-27 15:16:16 +02:00
parent f697c220b7
commit c2c186262b

View file

@ -40,11 +40,8 @@ _essid_list() {
# only show lines with signal '*' # only show lines with signal '*'
# kill spaces from the end and replace spaces with + between # kill spaces from the end and replace spaces with + between
# '+' character is one of 6 forbidden characters in SSID standard # '+' character is one of 6 forbidden characters in SSID standard
_ESSID+="$(iwctl station "${_INTERFACE}" get-networks | rg -o ' {6}(.{34}).*\*' -r '"$1' | sd ' *\n$' '"')" _ESSID+="$(iwctl station "${_INTERFACE}" get-networks | rg -o ' {6}(.{34}).*\*' -r '"$1' | sd ' *\n$' '" _')"
for dev in ${_ESSID[@]}; do echo ${_ESSID[@]}
echo "\"${dev}\""
[[ "${1}" ]] && echo "${1}"
done
} }
_wireless() { _wireless() {