Home
last modified time | relevance | path

Searched refs:get_u8 (Results 1 – 13 of 13) sorted by relevance

/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp112 ALOGI("config_id = %u\n", it.get_u8()); in EventGetAttributeData()
113 setup_response.config_id = it.get_u8(); in EventGetAttributeData()
116 ALOGI("neg type = %u\n", it.get_u8()); in EventGetAttributeData()
117 setup_response.negotiation_type = it.get_u8(); in EventGetAttributeData()
120 setup_response.reason_code = (TwtSetupReasonCode)it.get_u8(); in EventGetAttributeData()
124 setup_response.status = it.get_u8(); in EventGetAttributeData()
128 setup_response.trigger_type = it.get_u8(); in EventGetAttributeData()
158 ALOGI("config_id = %u\n", it.get_u8()); in EventGetAttributeData()
159 teardown_event.config_id = it.get_u8(); in EventGetAttributeData()
162 teardown_event.status = it.get_u8(); in EventGetAttributeData()
[all …]
Dnan.cpp1571 pub_term_event.reason = (NanStatusType)it.get_u8(); in handleEvent()
1599 subscribe_event.publish_subscribe_id = it.get_u8(); in handleEvent()
1602 subscribe_event.requestor_instance_id = it.get_u8(); in handleEvent()
1625 ALOGI("Peer Cipher suite type: %u", it.get_u8()); in handleEvent()
1626 subscribe_event.peer_cipher_type = it.get_u8(); in handleEvent()
1643 subscribe_event.rssi_value = it.get_u8(); in handleEvent()
1644 ALOGI("rssi value : %u", it.get_u8()); in handleEvent()
1655 ALOGI("match occurred flag: %u", it.get_u8()); in handleEvent()
1656 subscribe_event.match_occured_flag = it.get_u8(); in handleEvent()
1658 ALOGI("Out of resource flag: %u", it.get_u8()); in handleEvent()
[all …]
Dcpp_bindings.h80 uint8_t get_u8(int attribute) { in get_u8() function
131 uint8_t get_u8() { in get_u8() function
Dgscan.cpp916 mCompleted = it.get_u8(); in handleResponse()
925 flags = it2.get_u8(); in handleResponse()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp111 ALOGI("config_id = %u\n", it.get_u8()); in EventGetAttributeData()
112 setup_response.config_id = it.get_u8(); in EventGetAttributeData()
115 ALOGI("neg type = %u\n", it.get_u8()); in EventGetAttributeData()
116 setup_response.negotiation_type = it.get_u8(); in EventGetAttributeData()
119 setup_response.reason_code = (TwtSetupReasonCode)it.get_u8(); in EventGetAttributeData()
123 setup_response.status = it.get_u8(); in EventGetAttributeData()
127 setup_response.trigger_type = it.get_u8(); in EventGetAttributeData()
157 ALOGI("config_id = %u\n", it.get_u8()); in EventGetAttributeData()
158 teardown_event.config_id = it.get_u8(); in EventGetAttributeData()
161 teardown_event.status = it.get_u8(); in EventGetAttributeData()
[all …]
Dnan.cpp1453 ALOGI("response code: %u\n", (NanPairingResponseCode)it.get_u8()); in handleEvent()
1454 pairing_confirm_event.rsp_code = (NanPairingResponseCode)it.get_u8(); in handleEvent()
1457 ALOGI("reason_code: %u\n", (NanStatusType)it.get_u8()); in handleEvent()
1458 pairing_confirm_event.reason_code = (NanStatusType)it.get_u8(); in handleEvent()
1492 ALOGI("akm: %u\n", (NanAkm)it.get_u8()); in handleEvent()
1493 pairing_confirm_event.npk_security_association.akm = (NanAkm)it.get_u8(); in handleEvent()
1614 ALOGI("response code: %u\n", (NanBootstrappingResponseCode)it.get_u8()); in handleEvent()
1615 bs_confirm_event.rsp_code = (NanBootstrappingResponseCode)it.get_u8(); in handleEvent()
1618 ALOGI("reason_code: %u\n", (NanStatusType)it.get_u8()); in handleEvent()
1619 bs_confirm_event.reason_code = (NanStatusType)it.get_u8(); in handleEvent()
[all …]
Dcpp_bindings.h80 uint8_t get_u8(int attribute) { in get_u8() function
131 uint8_t get_u8() { in get_u8() function
Drtt.cpp648 i2r_tx_ltf_repetition_count = it2.get_u8(); in handleEvent()
658 r2i_tx_ltf_repetition_count = it2.get_u8(); in handleEvent()
Dgscan.cpp921 mCompleted = it.get_u8(); in handleResponse()
930 flags = it2.get_u8(); in handleResponse()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcpp_bindings.h86 uint8_t get_u8(int attribute) { in get_u8() function
134 uint8_t get_u8() { in get_u8() function
249 u8 get_u8(const struct nlattr *nla) in get_u8() function
462 virtual u8 get_u8(const struct nlattr *nla);
Dcpp_bindings.cpp891 u8 WifiVendorCommand::get_u8(const struct nlattr *nla) in get_u8() function in WifiVendorCommand
893 return mMsg.get_u8(nla); in get_u8()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcpp_bindings.h80 uint8_t get_u8(int attribute) { in get_u8() function
128 uint8_t get_u8() { in get_u8() function
243 u8 get_u8(const struct nlattr *nla) in get_u8() function
452 virtual u8 get_u8(const struct nlattr *nla);
Dcpp_bindings.cpp885 u8 WifiVendorCommand::get_u8(const struct nlattr *nla) in get_u8() function in WifiVendorCommand
887 return mMsg.get_u8(nla); in get_u8()