HomeSort by relevance Sort by last modified time
    Searched refs:ip_addr_go (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 1107 u8 ip_addr_go[4]; member in struct:wpa_config
    [all...]
config_file.c 1144 if (WPA_GET_BE32(config->ip_addr_go))
1145 fprintf(f, "ip_addr_go=%u.%u.%u.%u\n",
1146 config->ip_addr_go[0], config->ip_addr_go[1],
1147 config->ip_addr_go[2], config->ip_addr_go[3]);
    [all...]
ap.c 265 os_memcpy(bss->ip_addr_go, wpa_s->p2pdev->conf->ip_addr_go, 4);
    [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 443 u8 ip_addr_go[4]; member in struct:hostapd_bss_config
wpa_auth.h 182 u8 ip_addr_go[4]; member in struct:wpa_auth_config
wpa_auth_glue.c 105 os_memcpy(wconf->ip_addr_go, conf->ip_addr_go, 4);
wpa_auth.c     [all...]

Completed in 2867 milliseconds