Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp1808 int anqp_len = offsetof(wifi_anqp_gas_resp, data) + gas->data_len; in handleEvent() local
1809 int networkId = *(int *)((byte *)anqp + anqp_len); in handleEvent()
1823 (*mHandler.on_passpoint_network_found)(id(), networkId, mResult, anqp_len, anqp); in handleEvent()