HomeSort by: relevance | last modified time | path
    Searched defs:tmp_conf (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
hostapd.c 3290 struct hostapd_bss_config **tmp_conf; local
3313 tmp_conf = os_realloc_array(
3320 if (tmp_conf) {
3321 iface->conf->bss = tmp_conf;
3322 iface->conf->last_bss = tmp_conf[0];
3324 if (tmp_bss == NULL || tmp_conf == NULL) {

Completed in 24 milliseconds