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

  /external/wpa_supplicant_8/src/common/
wpa_helpers.h 27 int add_network(const char *ifname);
wpa_helpers.c 239 int add_network(const char *ifname) function
243 if (wpa_command_resp(ifname, "ADD_NETWORK", res, sizeof(res)) < 0)
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.py 31 def add_network(self): member in class:eapol_test
32 id = self.request("ADD_NETWORK")
34 raise Exception("ADD_NETWORK failed")
83 id = et.add_network()
README-HS20 364 > add_network
386 > add_network
395 Note: the return value of add_network is used as the first argument to
597 Hotspot 2.0 connection (e.g., with SET, ADD_NETWORK, SET_NETWORK, and
README 772 add_network = add a network
898 wpa_cli -iwlan0 add_network
    [all...]
wpa_cli.c     [all...]
ChangeLog     [all...]
ctrl_iface.c     [all...]
  /packages/apps/Settings/res/xml/
wifi_access_points.xml 26 android:key="add_network"
  /external/autotest/server/cros/network/
wpa_cli_proxy.py 61 add_result = self.run_wpa_cli_cmd('add_network', check_result=False)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 229 wpagui->ctrlRequest("ADD_NETWORK", reply, &reply_len);
  /external/wpa_supplicant_8/hs20/client/
osu_client.c     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java 407 return doIntCommand("ADD_NETWORK");
    [all...]

Completed in 2280 milliseconds