Searched refs:response_type (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 432 pRsp->response_type = NAN_RESPONSE_ERROR; in getNanResponse() 441 pRsp->response_type = NAN_RESPONSE_CONFIG; in getNanResponse() 450 pRsp->response_type = NAN_RESPONSE_PUBLISH_CANCEL; in getNanResponse() 461 pRsp->response_type = NAN_RESPONSE_PUBLISH; in getNanResponse() 472 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE; in getNanResponse() 483 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE_CANCEL; in getNanResponse() 494 pRsp->response_type = NAN_RESPONSE_TRANSMIT_FOLLOWUP; in getNanResponse() 504 pRsp->response_type = NAN_RESPONSE_STATS; in getNanResponse() 537 pRsp->response_type = NAN_RESPONSE_ENABLED; in getNanResponse() 546 pRsp->response_type = NAN_RESPONSE_DISABLED; in getNanResponse() [all …]
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | nan_rsp.cpp | 466 pRsp->response_type = NAN_RESPONSE_ERROR; in getNanResponse() 475 pRsp->response_type = NAN_RESPONSE_CONFIG; in getNanResponse() 484 pRsp->response_type = NAN_RESPONSE_PUBLISH_CANCEL; in getNanResponse() 495 pRsp->response_type = NAN_RESPONSE_PUBLISH; in getNanResponse() 506 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE; in getNanResponse() 517 pRsp->response_type = NAN_RESPONSE_SUBSCRIBE_CANCEL; in getNanResponse() 528 pRsp->response_type = NAN_RESPONSE_TRANSMIT_FOLLOWUP; in getNanResponse() 538 pRsp->response_type = NAN_RESPONSE_STATS; in getNanResponse() 571 pRsp->response_type = NAN_RESPONSE_ENABLED; in getNanResponse() 580 pRsp->response_type = NAN_RESPONSE_DISABLED; in getNanResponse() [all …]
|
/hardware/interfaces/security/secretkeeper/aidl/vts/ |
D | secretkeeper_cli.rs | 204 let response_type = store_response.response_type().unwrap(); in store() localVariable 205 if response_type == ResponseType::Success { in store() 223 if get_response.response_type().unwrap() == ResponseType::Success { in get()
|
D | secretkeeper_test_client.rs | 209 assert_eq!(store_response.response_type()?, ResponseType::Success); in store() 232 if get_response.response_type()? == ResponseType::Success { in get_update_policy() 414 assert_eq!(response_packet.response_type().unwrap(), ResponseType::Success); in secret_management_get_version() 434 assert_eq!(response_packet.response_type().unwrap(), ResponseType::Error); in secret_management_malformed_request() 656 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num() 663 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num() 670 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num() 692 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num_per_session() 701 assert_eq!(res.response_type().unwrap(), ResponseType::Success); in secret_management_replay_protection_seq_num_per_session()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | nan.cpp | 1293 virtual bool valid_pairing_response_type(int response_type) { in valid_pairing_response_type() argument 1295 switch (response_type) { in valid_pairing_response_type() 1304 ALOGE("NanPairingPrimitive:Unknown cmd Response: %d\n", response_type); in valid_pairing_response_type() 1321 rsp_data.response_type = get_response_type((WIFI_SUB_COMMAND)rsp_vndr_data->subcmd); in handleResponse() 1322 if (!valid_pairing_response_type(rsp_data.response_type)) in handleResponse() 1335 if (rsp_data.response_type == NAN_PAIRING_INITIATOR_RESPONSE) { in handleResponse() 1339 } else if (rsp_data.response_type == NAN_BOOTSTRAPPING_INITIATOR_RESPONSE) { in handleResponse() 1347 NanRspToString(rsp_data.response_type), rsp_data.status); in handleResponse() 2764 virtual bool valid_disc_response_type(int response_type) { in valid_disc_response_type() argument 2766 switch (response_type) { in valid_disc_response_type() [all …]
|
/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | nan.cpp | 1483 virtual bool valid_disc_response_type(int response_type) { in valid_disc_response_type() argument 1485 switch(response_type) { in valid_disc_response_type() 1495 ALOGE("NanDiscEnginePrmitive:Unknown cmd Response: %d\n", response_type); in valid_disc_response_type() 1514 rsp_data.response_type = get_response_type((WIFI_SUB_COMMAND)rsp_vndr_data->subcmd); in handleResponse() 1515 if (!valid_disc_response_type(rsp_data.response_type)) in handleResponse() 1529 (rsp_data.response_type == NAN_RESPONSE_PUBLISH || in handleResponse() 1530 rsp_data.response_type == NAN_RESPONSE_SUBSCRIBE)) { in handleResponse() 1535 if (rsp_data.response_type == NAN_RESPONSE_PUBLISH) { in handleResponse() 1537 } else if (rsp_data.response_type == NAN_RESPONSE_SUBSCRIBE) { in handleResponse() 1539 } else if (rsp_data.response_type == NAN_GET_CAPABILITIES) { in handleResponse() [all …]
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_nan_iface.cpp | 81 switch (msg.response_type) { in registerCallbackHandlers() 281 LOG(ERROR) << "Unknown or unhandled response type: " << msg.response_type; in registerCallbackHandlers()
|
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | wifi_nan.h | 2035 NanResponseType response_type; /* NanResponseType Definitions */ member
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 6128 switch (rsp_data->response_type) { in OnNanNotifyResponse() 6237 rsp_data->response_type); in OnNanNotifyResponse()
|