Lines Matching refs:qi

755 			 struct anqp_query_info *qi)
757 qi->request |= bit;
767 struct anqp_query_info *qi)
772 qi);
776 hapd->conf->venue_name != NULL, qi);
780 hapd->conf->network_auth_type != NULL, qi);
784 hapd->conf->roaming_consortium != NULL, qi);
789 hapd->conf->ipaddr_type_configured, qi);
793 hapd->conf->nai_realm_data != NULL, qi);
798 hapd->conf->anqp_3gpp_cell_net != NULL, qi);
802 hapd->conf->domain_name != NULL, qi);
814 struct anqp_query_info *qi)
820 rx_anqp_query_list_id(hapd, WPA_GET_LE16(pos), qi);
829 struct anqp_query_info *qi)
834 1, qi);
839 hapd->conf->hs20_oper_friendly_name != NULL, qi);
843 hapd->conf->hs20_wan_metrics != NULL, qi);
849 qi);
853 hapd->conf->hs20_operating_class != NULL, qi);
857 hapd->conf->hs20_osu_providers_count, qi);
869 struct anqp_query_info *qi)
871 qi->request |= ANQP_REQ_NAI_HOME_REALM;
872 qi->home_realm_query = pos;
873 qi->home_realm_query_len = end - pos;
886 struct anqp_query_info *qi)
888 qi->request |= ANQP_REQ_ICON_REQUEST;
889 qi->icon_name = pos;
890 qi->icon_name_len = end - pos;
903 struct anqp_query_info *qi)
938 rx_anqp_hs_query_list(hapd, *pos, qi);
943 rx_anqp_hs_nai_home_realm(hapd, pos, end, qi);
946 rx_anqp_hs_icon_request(hapd, pos, end, qi);
960 struct anqp_query_info *qi, int prot)
964 buf = gas_serv_build_gas_resp_payload(hapd, qi->request,
965 qi->home_realm_query,
966 qi->home_realm_query_len,
967 qi->icon_name, qi->icon_name_len);
1027 struct anqp_query_info qi;
1033 os_memset(&qi, 0, sizeof(qi));
1107 rx_anqp_query_list(hapd, pos, pos + elen, &qi);
1111 rx_anqp_vendor_specific(hapd, pos, pos + elen, &qi);
1123 gas_serv_req_local_processing(hapd, sa, dialog_token, &qi, prot);