View Single Post
JonWW's Avatar
Posts: 623 | Thanked: 289 times | Joined on Jan 2010 @ UK
#1220
Originally Posted by moudy91 View Post
hi.
after the ESSID did work perfectly i need to show the access point mac address, can you please help me with that ?
thank you
To get the MAC address:
Code:
echo "iwconfig wlan0"|root|grep Point|sed "s/.*Point: //;s/ //g"
 

The Following User Says Thank You to JonWW For This Useful Post: