HomeSort by relevance Sort by last modified time
    Searched defs:pssid (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
dhcpcd.c 532 char pssid[PROFILE_LEN]; local
537 r = print_string(pssid, sizeof(pssid), ESCSTRING,
542 pssid[0] = '\0';
545 pssid[0] = '\0';
546 ifo = read_config(ifp->ctx, ifp->name, pssid, profile);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 355 * pssid - Per-priority network lists (in priority order)
357 struct wpa_ssid **pssid; member in struct:wpa_config
360 * num_prio - Number of different priorities used in the pssid lists
363 * pssid.
    [all...]

Completed in 64 milliseconds