Not sure if it'll work for u, but i fixed the prob with this script:

#!/usr/bin/python
# replacement for rfkill util, which is missing in kali
# By: Geist

from sys import argv

if(argv[1]...