Lines Matching refs:qi
581 struct anqp_query_info *qi)
583 qi
588 qi->remote_request |= bit;
589 if (remote_delay > qi->remote_delay)
590 qi->remote_delay = remote_delay;
598 struct anqp_query_info *qi)
603 0, qi);
607 hapd->conf->venue_name != NULL, 0, 0, qi);
612 0, 0, qi);
616 hapd->conf->roaming_consortium != NULL, 0, 0, qi);
622 0, 0, qi);
627 0, 0, qi);
633 0, 0, qi);
638 0, 0, qi);
650 struct anqp_query_info *qi)
656 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi);
665 struct anqp_query_info *qi)
670 1, 0, 0, qi);
676 0, 0, qi);
681 0, 0, qi);
687 0, 0, qi);
692 0, 0, qi);
704 struct anqp_query_info *qi)
706 qi->request |= ANQP_REQ_NAI_HOME_REALM;
707 qi->home_realm_query = pos;
708 qi->home_realm_query_len = end - pos;
721 struct anqp_query_info *qi)
756 rx_anqp_hs_query_list(hapd, *pos, qi);
761 rx_anqp_hs_nai_home_realm(hapd, pos, end, qi);
775 struct anqp_query_info *qi)
779 buf = gas_serv_build_gas_resp_payload(hapd, qi->request, NULL,
780 qi->home_realm_query,
781 qi->home_realm_query_len);
836 struct anqp_query_info qi;
842 os_memset(&qi, 0, sizeof(qi));
914 rx_anqp_query_list(hapd, pos, pos + elen, &qi);
918 rx_anqp_vendor_specific(hapd, pos, pos + elen, &qi);
930 gas_serv_req_local_processing(hapd, sa, dialog_token, &qi);