Searched refs:ap_pin (Results 1 – 3 of 3) sorted by relevance
132 if (hapd->conf->ap_pin == NULL || hapd->wps == NULL) in wps_ap_pin_success()441 os_free(hapd->conf->ap_pin); in wps_ap_pin_disable()442 hapd->conf->ap_pin = NULL; in wps_ap_pin_disable()468 os_free(hapd->conf->ap_pin); in wps_ap_pin_set()469 hapd->conf->ap_pin = os_strdup(data->pin_txt); in wps_ap_pin_set()485 return hapd->conf->ap_pin; in hostapd_wps_ap_pin_random()490 return hapd->conf->ap_pin; in hostapd_wps_ap_pin_get()
253 wsc_registrar.password = (u8 *) conf->ap_pin; in hostapd_get_eap_user()254 wsc_registrar.password_len = conf->ap_pin ? in hostapd_get_eap_user()255 os_strlen(conf->ap_pin) : 0; in hostapd_get_eap_user()
267 char *ap_pin; member