Skip to content

Commit

Permalink
encryption add bind phrase feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Aug 11, 2023
1 parent 1a97c5b commit 173065d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion executables/example_pollute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ int main(int argc, char *const *argv) {
WBTxRx::WifiCard tmp_card{card,1};
cards.push_back(tmp_card);
WBTxRx::Options options_txrx{};
options_txrx.rtl8812au_rssi_fixup= true;
options_txrx.pcap_rx_set_direction = true;
options_txrx.enable_non_openhd_mode= true;

Expand Down
1 change: 0 additions & 1 deletion executables/example_udp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ int main(int argc, char *const *argv) {
WBTxRx::WifiCard tmp_card{card,1};
cards.push_back(tmp_card);
WBTxRx::Options options_txrx{};
options_txrx.rtl8812au_rssi_fixup= true;
//options_txrx.pcap_rx_set_direction= false;
options_txrx.pcap_rx_set_direction = pcap_setdirection;
options_txrx.log_all_received_validated_packets= false;
Expand Down
1 change: 0 additions & 1 deletion executables/injection_rate_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ int main(int argc, char *const *argv) {
WBTxRx::WifiCard tmp_card{card,1};
cards.push_back(tmp_card);
WBTxRx::Options options_txrx{};
options_txrx.rtl8812au_rssi_fixup= true;
//options_txrx.pcap_rx_set_direction= false;
options_txrx.log_all_received_validated_packets= false;

Expand Down
1 change: 0 additions & 1 deletion executables/test_txrx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ int main(int argc, char *const *argv) {
WBTxRx::WifiCard tmp_card{card,1};
cards.push_back(tmp_card);
WBTxRx::Options options_txrx{};
options_txrx.rtl8812au_rssi_fixup= true;
//options_txrx.pcap_rx_set_direction= false;
options_txrx.pcap_rx_set_direction = pcap_setdirection;
options_txrx.log_all_received_validated_packets= true;
Expand Down

0 comments on commit 173065d

Please sign in to comment.