Home | History | Annotate | Download | only in ap

Lines Matching refs:conf

151 	if (hapd->conf->hs20_oper_friendly_name)
153 if (hapd->conf->hs20_wan_metrics)
155 if (hapd->conf->hs20_connection_capability)
157 if (hapd->conf->nai_realm_data)
159 if (hapd->conf->hs20_operating_class)
161 if (hapd->conf->hs20_osu_providers_count)
163 if (hapd->conf->hs20_icons_count)
177 if (hapd->conf->venue_name)
179 if (hapd->conf->network_auth_type)
181 if (hapd->conf->roaming_consortium)
183 if (hapd->conf->ipaddr_type_configured)
185 if (hapd->conf->nai_realm_data)
187 if (hapd->conf->anqp_3gpp_cell_net)
189 if (hapd->conf->domain_name)
200 if (hapd->conf->venue_name) {
204 wpabuf_put_u8(buf, hapd->conf->venue_group);
205 wpabuf_put_u8(buf, hapd->conf->venue_type);
206 for (i = 0; i < hapd->conf->venue_name_count; i++) {
208 vn = &hapd->conf->venue_name[i];
221 if (hapd->conf->network_auth_type) {
223 wpabuf_put_le16(buf, hapd->conf->network_auth_type_len);
224 wpabuf_put_data(buf, hapd->conf->network_auth_type,
225 hapd->conf->network_auth_type_len);
237 for (i = 0; i < hapd->conf->roaming_consortium_count; i++) {
239 rc = &hapd->conf->roaming_consortium[i];
250 if (hapd->conf->ipaddr_type_configured) {
253 wpabuf_put_u8(buf, hapd->conf->ipaddr_type_availability);
335 for (j = 0; j < hapd->conf->nai_realm_count &&
338 realm = &hapd->conf->nai_realm_data[j];
382 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
394 if (nai_realm && hapd->conf->nai_realm_data) {
398 wpabuf_put_le16(buf, hapd->conf->nai_realm_count);
399 for (i = 0; i < hapd->conf->nai_realm_count; i++) {
403 realm = &hapd->conf->nai_realm_data[i];
417 } else if (nai_home_realm && hapd->conf->nai_realm_data && home_realm) {
427 if (hapd->conf->anqp_3gpp_cell_net) {
430 hapd->conf->anqp_3gpp_cell_net_len);
431 wpabuf_put_data(buf, hapd->conf->anqp_3gpp_cell_net,
432 hapd->conf->anqp_3gpp_cell_net_len);
439 if (hapd->conf->domain_name) {
441 wpabuf_put_le16(buf, hapd->conf->domain_name_len);
442 wpabuf_put_data(buf, hapd->conf->domain_name,
443 hapd->conf->domain_name_len);
453 if (hapd->conf->hs20_oper_friendly_name) {
461 for (i = 0; i < hapd->conf->hs20_oper_friendly_name_count; i++)
464 vn = &hapd->conf->hs20_oper_friendly_name[i];
477 if (hapd->conf->hs20_wan_metrics) {
483 wpabuf_put_data(buf, hapd->conf->hs20_wan_metrics, 13);
492 if (hapd->conf->hs20_connection_capability) {
498 wpabuf_put_data(buf, hapd->conf->hs20_connection_capability,
499 hapd->conf->hs20_connection_capability_len);
508 if (hapd->conf->hs20_operating_class) {
514 wpabuf_put_data(buf, hapd->conf->hs20_operating_class,
515 hapd->conf->hs20_operating_class_len);
601 if (hapd->conf->hs20_osu_providers_count) {
610 wpabuf_put_u8(buf, hapd->conf->osu_ssid_len);
611 wpabuf_put_data(buf, hapd->conf->osu_ssid,
612 hapd->conf->osu_ssid_len);
615 wpabuf_put_u8(buf, hapd->conf->hs20_osu_providers_count);
617 for (i = 0; i < hapd->conf->hs20_osu_providers_count; i++) {
619 buf, hapd->conf,
620 &hapd->conf->hs20_osu_providers[i]);
638 for (i = 0; i < hapd->conf->hs20_icons_count; i++) {
639 icon = &hapd->conf->hs20_icons[i];
645 if (i < hapd->conf->hs20_icons_count)
646 icon = &hapd->conf->hs20_icons[i];
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);
839 hapd->conf->hs20_oper_friendly_name != NULL, qi);
843 hapd->conf->hs20_wan_metrics != NULL, qi);
848 hapd->conf->hs20_connection_capability != NULL,
853 hapd->conf->hs20_operating_class != NULL, qi);
857 hapd->conf->hs20_osu_providers_count, qi);
874 if (hapd->conf->nai_realm_data != NULL) {
891 if (hapd->conf->hs20_icons_count) {
974 hapd->conf->gas_comeback_delay) {
978 if (hapd->conf->gas_comeback_delay) {
980 comeback_delay = hapd->conf->gas_comeback_delay;
1250 if (hapd->conf->gas_frag_limit > 0)
1251 hapd->gas_frag_limit = hapd->conf->gas_frag_limit;