Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscancommand.h96 byte *anqp
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h417 byte *anqp // ANQP data, in the information_element format
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp1963 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent() local
1964 wifi_anqp_gas_resp *gas = (wifi_anqp_gas_resp *)anqp; in handleEvent()
1966 int networkId = *(int *)((byte *)anqp + anqp_len); in handleEvent()
1980 (*mHandler.on_passpoint_network_found)(id(), networkId, mResult, anqp_len, anqp); in handleEvent()