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

  /external/wpa_supplicant_8/src/common/
wpa_helpers.h 28 int set_network(const char *ifname, int id, const char *field,
wpa_helpers.c 248 int set_network(const char *ifname, int id, const char *field, function
252 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s %s", id, field, value);
261 snprintf(buf, sizeof(buf), "SET_NETWORK %d %s \"%s\"",
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
SupplicantBridge.java 252 commands.add(String.format("SET_NETWORK %s key_mgmt WPA-EAP", netID));
253 commands.add(String.format("SET_NETWORK %s ssid %s", netID, escapeSSID(networkDetail)));
254 commands.add(String.format("SET_NETWORK %s bssid %s",
256 commands.add(String.format("SET_NETWORK %s eap %s",
266 commands.add(String.format("SET_NETWORK %s identity %s",
268 commands.add(String.format("SET_NETWORK %s password %s",
270 commands.add(String.format("SET_NETWORK %s anonymous_identity \"anonymous\"",
276 commands.add(String.format("SET_NETWORK %s priority 0", netID));
  /external/wpa_supplicant_8/wpa_supplicant/
README-HS20 366 > set_network 0 key_mgmt WPA-EAP
368 > set_network 0 ssid "enterprise"
370 > set_network 0 eap TTLS
372 > set_network 0 anonymous_identity "anonymous"
374 > set_network 0 identity "user"
376 > set_network 0 password "password"
378 > set_network 0 priority 0
388 > set_network 3 key_mgmt NONE
390 > set_network 3 ssid "coffee-shop"
396 the following set_network commands
    [all...]
README 760 set_network <network id> <variable> <value> = set network variables (shows
885 wpa_cli -iwlan0 set_network 0 ssid '"test"'
886 wpa_cli -iwlan0 set_network 0 key_mgmt WPA-PSK
887 wpa_cli -iwlan0 set_network 0 psk '"12345678"'
888 wpa_cli -iwlan0 set_network 0 pairwise TKIP
889 wpa_cli -iwlan0 set_network 0 group TKIP
890 wpa_cli -iwlan0 set_network 0 proto WPA
    [all...]
wpa_cli.c     [all...]
ctrl_iface.c     [all...]
ChangeLog     [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 432 snprintf(cmd, sizeof(cmd), "SET_NETWORK %d %s %s%s%s",
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 300 return doBooleanCommandWithoutLogging("SET_NETWORK " + netId + " " + name + " " + value);
302 return doBooleanCommand("SET_NETWORK " + netId + " " + name + " " + value);
    [all...]

Completed in 319 milliseconds