#982057 WiFi starts only several minutes after boot

Package:
ifupdown
Source:
ifupdown
Description:
high level tools to configure network interfaces
Submitter:
"Md Ayquassar"
Date:
2021-09-07 09:30:08 UTC
Severity:
important
#982057#5
Date:
2021-02-06 02:05:30 UTC
From:
To:
On my freshly installed Debian “bullseye” with WiFi card ASUS PCE-AX3000, WiFi is
(hopefully) configured to start traditionally via ifupdown (rather than via
NetworkManager). However, ping www.google.com and other network services never
succeed directly after boot. They succeed only approximately 5 minutes after
boot. Here are some bits of my configuration:
dmesg: https://pastebin.com/raw/tEPQksje ;

/etc/dhcp/dhclient.conf: https://pastebin.com/raw/uVgsM468 ;

/etc/network/interfaces: https://pastebin.com/raw/xX8L6sMB ;

/etc/NetworkManager/NetworkManager.conf: https://pastebin.com/raw/ATicrPD5 ;

iw dev wlan0 info: https://pastebin.com/raw/yfKU59DE ;

iw dev wlp179s0 info: https://pastebin.com/raw/nftHFZ5K ;

journalctl -b: https://pastebin.com/raw/jhVTa7My ;
lshw -c network: https://pastebin.com/raw/xD2usG7M ;

lsmod: https://pastebin.com/raw/q3aBgjFq .

How do I get WiFi immediately upon boot, configured via ifupdown (i.e., not via
NetworkManager, which still remains installed due to dependencies)?