As the documentation that can be found hereSays, the command:
Sudo airmon-ng check killWill “stop network managers then kill interfering processes left” which means that your raspberry pi’s ability to connect to wifi will be disabled. I would recommend you either reboot the whole system with the following command
Sudo rebootOr restart the pis, network interface with the following command:
service networking restart