Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_scan_roam.c2268 if (event->anqp_length > (WMI_SVC_MSG_MAX_SIZE)) { in wma_passpoint_match_event_handler()
2272 buf_len += event->anqp_length; in wma_passpoint_match_event_handler()
2279 (event->ie_length + event->anqp_length) > param_buf->num_bufp) { in wma_passpoint_match_event_handler()
2281 event->ie_length, event->anqp_length, in wma_passpoint_match_event_handler()
2299 dest_match->anqp_len = event->anqp_length; in wma_passpoint_match_event_handler()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h25424 A_UINT32 anqp_length; /* length of ANQP blob */ member