Home
last modified time | relevance | path

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

/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A 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()
124 setup_response.status = 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()
166 teardown_event.all_twt = it.get_u8(); in EventGetAttributeData()
196 info_frame_event.status = it.get_u8(); in EventGetAttributeData()
248 sub_event_type = it.get_u8(); in HandleTwtEvent()
[all …]
H A Dnan.cpp1597 subscribe_event.rssi_value = it.get_u8(); in handleEvent()
1598 ALOGI("rssi value : %u", it.get_u8()); in handleEvent()
1618 ALOGI("Data Path type: %u", it.get_u8()); in handleEvent()
1726 pub_reply_event.rssi_value = it.get_u8(); in handleEvent()
2379 (NanDataPathResponseCode)it.get_u8(); in handleEvent()
2420 ALOGI("ndp count: %u\n", it.get_u8()); in handleEvent()
2422 count = it.get_u8(); in handleEvent()
3273 inst_id = it.get_u8(); in handleEvent()
3340 u8 de_type = it.get_u8(); in handleEvent()
4559 u8 de_type = it.get_u8(); in handleEvent()
[all …]
H A Dcpp_bindings.h80 uint8_t get_u8(int attribute) { in get_u8() function
131 uint8_t get_u8() { in get_u8() function
H A Dgscan.cpp916 mCompleted = it.get_u8(); in handleResponse()
925 flags = it2.get_u8(); in handleResponse()
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/
H A 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);
H A 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()