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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1047 int *freqs = NULL, *nfreqs; local
1109 nfreqs = os_realloc(freqs, sizeof(int) *
1111 if (nfreqs == NULL)
1113 freqs = nfreqs;
1130 nfreqs = os_realloc(freqs,
1132 if (nfreqs == NULL)
1134 freqs = nfreqs;
    [all...]

Completed in 433 milliseconds