David Chatting

Results 5 comments of David Chatting

On further investigation there appears to be some difference in the packet structure. This code reports locally generated packets... (needs current dev branch) ``` #include PacketSniffer *packetSniffer = PacketSniffer::getInstance(); char...

This is a problem with 802.11n packets - for which rx_ctrl.sig_mode is set to 1. The struct wifi_mgmt_hdr is no longer correct and means that the MAC addresses are inccorretly...

Interesting my Google Home seem to now be exclusively using 11n packets - part of a firmware update I guess?

> Interesting my Google Home seem to now be exclusively using 11n packets - part of a firmware update I guess? That doesn't seem to be true - at least...

I think it relates to the nmcli command - see > https://unix.stackexchange.com/questions/363982/nmcli-command-takes-only-first-string-of-ssid This works for me > wireless.connect(ssid='"The Name"', password='123')