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

  /external/wpa_supplicant_8/src/ap/
hostapd.c 136 struct hostapd_config *newconf, *oldconf; local
150 newconf = iface->interfaces->config_read_cb(iface->config_fname);
151 if (newconf == NULL)
157 iface->conf = newconf;
161 hapd->iconf = newconf;
162 hapd->conf = &newconf->bss[j];
    [all...]

Completed in 1667 milliseconds