|
SPSP
Simple publish-subscribe protocol. Connects low power IoT clients to MQTT.
|
#include <wifi_dummy.hpp>


Public Member Functions | |
| uint8_t | getChannel () |
| Gets current WiFi channel. More... | |
| void | setChannel (uint8_t ch) |
| Sets current channel. More... | |
| const ChannelRestrictions | getChannelRestrictions () |
| Get the Channel Restrictions object. More... | |
| uint8_t | getChannel () |
| Gets current WiFi channel. More... | |
| void | setChannel (uint8_t ch) |
| Sets current channel. More... | |
| const ChannelRestrictions | getChannelRestrictions () |
| Get the Channel Restrictions object. More... | |
Dummy WiFi adapter.
Dummy WiFi adapter for testing.
It's not (currently) possible to change channels in monitor mode.
Allowed channels are 1 - 5.
Definition at line 25 of file linux/spsp/wifi_dummy.hpp.
|
inlinevirtual |
Gets current WiFi channel.
Implements SPSP::WiFi::IESPNOW.
Definition at line 33 of file linux/spsp/wifi_dummy.hpp.
|
inlinevirtual |
Gets current WiFi channel.
Implements SPSP::WiFi::IESPNOW.
Definition at line 35 of file testing/spsp/wifi_dummy.hpp.
|
inlinevirtual |
Get the Channel Restrictions object.
Implements SPSP::WiFi::IESPNOW.
Definition at line 52 of file linux/spsp/wifi_dummy.hpp.
|
inlinevirtual |
Get the Channel Restrictions object.
Implements SPSP::WiFi::IESPNOW.
Definition at line 55 of file testing/spsp/wifi_dummy.hpp.
|
inlinevirtual |
Sets current channel.
| ch | Channel |
Implements SPSP::WiFi::IESPNOW.
Definition at line 45 of file testing/spsp/wifi_dummy.hpp.
|
inlinevirtual |
Sets current channel.
Doesn't do anything.
| ch | Channel |
Implements SPSP::WiFi::IESPNOW.
Definition at line 45 of file linux/spsp/wifi_dummy.hpp.
1.8.17