HomeSort by relevance Sort by last modified time
    Searched full:home_username (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 424 if (wpa_s->conf->home_username == NULL ||
425 wpa_s->conf->home_username[0] == '\0' ||
691 if (wpa_s->conf->home_username && wpa_s->conf->home_username[0] &&
693 wpa_s->conf->home_username) < 0)
config_file.c 717 if (config->home_username)
718 fprintf(f, "home_username=%s\n", config->home_username);
config.h 460 * home_username - Username for Interworking network selection
462 char *home_username; member in struct:wpa_config
config.c     [all...]
wpa_supplicant.conf 246 #home_username=user
    [all...]

Completed in 160 milliseconds