Starting with Debian 12 (Bookworm), networking has moved to Network Manager (nmcli). Here are some useful commands:
sudo nmcli d wifi list
sudo nmcli radio wifi on
sudo nmcli dev wifi connect <wifi-ssid> password "<network-password>"
(Fill in your ssid and password and drop the <>.)
sudo nmtui
(to set a static IP address)