Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp1534 pub_term_event.reason = (NanStatusType)it.get_u8(); in handleEvent()
1561 subscribe_event.publish_subscribe_id = it.get_u8(); in handleEvent()
1564 subscribe_event.requestor_instance_id = it.get_u8(); in handleEvent()
1587 ALOGI("Peer Cipher suite type: %u", it.get_u8()); in handleEvent()
1588 subscribe_event.peer_cipher_type = it.get_u8(); in handleEvent()
1605 subscribe_event.rssi_value = it.get_u8(); in handleEvent()
1606 ALOGI("rssi value : %u", it.get_u8()); in handleEvent()
1617 ALOGI("match occurred flag: %u", it.get_u8()); in handleEvent()
1618 subscribe_event.match_occured_flag = it.get_u8(); in handleEvent()
1620 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.cpp373 result->rssi = it2.get_u8(); in parseScanResults()
954 mCompleted = it.get_u8(); in handleResponse()
963 flags = it2.get_u8(); in handleResponse()
/hardware/qcom/wlan/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()