If there's a space in the name of the AP then you need to put it in inverted commas:
Code:aireplay-ng -1 0 -e "Tom's Wireless" -a XX:XX:XX:XX:XX:XX -h XX:XX:XX:XX:XX wlan0
I'm not sure whether the apostrophe is considered a "special character" at the Linux command line (I'd check it now only for I'm using an MS-Windows machine in an internet cafe), but if it is a special character, you'll need a backslash before it:
Code:aireplay-ng -1 0 -e "Tom\'s Wireless" -a XX:XX:XX:XX:XX:XX -h XX:XX:XX:XX:XX wlan0


