Hi I need to configure the MAC address (change it from the pre-configured mac address),Help please.
Hi @Skt
Out of curiosity, why are you doing this? You should not need to as the MAC address is burnt into the chip by the module manufacturer and is read by the firmware on init.
If you really need to change it, it can be done with standard IP linux commands
ip link set dev wlan0 down
ip link set dev wlan0 addr 0e:bf:74:00:00:01
ip link set dev wlan0 up
ip addr show