Searched refs:GetCommand (Results 1 – 10 of 10) sorted by relevance
53 if (packet->GetCommand() != NL80211_CMD_ASSOCIATE) { in InitFromPacket()75 if (packet->GetCommand() != NL80211_CMD_CONNECT) { in InitFromPacket()97 if (packet->GetCommand() != NL80211_CMD_ROAM) { in InitFromPacket()112 if (packet->GetCommand() != NL80211_CMD_DISCONNECT) { in InitFromPacket()126 if (packet->GetCommand() != NL80211_CMD_DISASSOCIATE) { in InitFromPacket()
142 if (packet->GetCommand() != NL80211_CMD_NEW_WIPHY) { in GetWiphyIndex()145 << static_cast<int>(packet->GetCommand()); in GetWiphyIndex()191 if (packet->GetCommand() != NL80211_CMD_NEW_INTERFACE) { in GetInterfaces()194 << static_cast<int>(packet->GetCommand()); in GetInterfaces()336 if (packet.GetCommand() != NL80211_CMD_NEW_WIPHY) { in ParseWiphyInfoFromPacket()338 << static_cast<int>(packet.GetCommand()); in ParseWiphyInfoFromPacket()496 if (response->GetCommand() != NL80211_CMD_NEW_STATION) { in GetStationInfo()498 << static_cast<int>(response->GetCommand()); in GetStationInfo()
175 if (packet->GetCommand() != CTRL_CMD_NEWFAMILY) { in OnNewFamily()492 uint32_t command = packet->GetCommand(); in BroadcastHandler()609 uint32_t command = packet->GetCommand(); in OnMlmeEvent()662 handler->second(if_index, packet->GetCommand() == NL80211_CMD_SCHED_SCAN_STOPPED); in OnSchedScanResultsReady()672 if (packet->GetCommand() == NL80211_CMD_SCAN_ABORTED) { in OnScanResultsReady()
76 uint8_t GetCommand() const;
105 uint8_t NL80211Packet::GetCommand() const { in GetCommand() function in android::wificond::NL80211Packet
228 CommandPacketView GetCommand(OpCode op_code) { in GetCommand() function in bluetooth::hci::__anonea0b95cc0111::TestHciLayer335 auto packet = test_hci_layer_->GetCommand(OpCode::RESET); in TEST_F()341 auto packet = test_hci_layer_->GetCommand(OpCode::RESET); in TEST_F()348 auto packet = test_hci_layer_->GetCommand(OpCode::SET_EVENT_FILTER); in TEST_F()357 packet = test_hci_layer_->GetCommand(OpCode::SET_EVENT_FILTER); in TEST_F()366 packet = test_hci_layer_->GetCommand(OpCode::SET_EVENT_FILTER); in TEST_F()376 auto packet = test_hci_layer_->GetCommand(OpCode::HOST_BUFFER_SIZE); in TEST_F()387 auto packet = test_hci_layer_->GetCommand(OpCode::LE_SET_EVENT_MASK); in TEST_F()
105 EXPECT_EQ(kGenNLCommand, netlink_packet.GetCommand()); in TEST()222 EXPECT_EQ(NL80211_CMD_ASSOCIATE, netlink_packet.GetCommand()); in TEST()240 EXPECT_EQ(NL80211_CMD_NOTIFY_CQM, netlink_packet.GetCommand()); in TEST()264 EXPECT_EQ(NL80211_CMD_NEW_STATION, netlink_packet.GetCommand()); in TEST()
114 return arg.GetCommand() == command;
102 CommandView command_view = CommandView::GetCommand(received_view); in ValidatePacket()192 client_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromClient()199 server_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromServer()
134 if (packet->GetCommand() != NL80211_CMD_NEW_SCAN_RESULTS) { in ParseScanResult()