Skip to content

Commit

Permalink
Change from 5200MHz to 5180MHz (channel 36) for 5Ghz band check. It i…
Browse files Browse the repository at this point in the history
…s more allowed in all countries
  • Loading branch information
v1s1t0r1sh3r3 committed Mar 15, 2024
1 parent e15ffd3 commit 12d96f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ function get_5ghz_band_info_from_phy_interface() {

debug_print

if iw phy "${1}" info 2> /dev/null | grep "5200 MHz" > /dev/null; then
if iw phy "${1}" channels 2> /dev/null | grep -i "5180 MHz" > /dev/null; then
if "${AIRGEDDON_5GHZ_ENABLED:-true}"; then
return 0
else
Expand Down

0 comments on commit 12d96f1

Please sign in to comment.