Searched refs:anqp (Results 1 – 3 of 3) sorted by relevance
96 byte *anqp
417 byte *anqp // ANQP data, in the information_element format
1963 … byte *anqp = (byte *)drv_res + offsetof(wifi_gscan_full_result_t, ie_data) + drv_res->ie_length; in handleEvent() local1964 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()