Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 42) sorted by relevance

12

/hostap-latest/hs20/server/
Dhs20-osu-server.txt22 sudo apt-get update
23 sudo apt-get upgrade
26 sudo apt-get install sqlite3
27 sudo apt-get install apache2
28 sudo apt-get install php-sqlite3 php-xml libapache2-mod-php
31 sudo apt-get install build-essential
32 sudo apt-get install libsqlite3-dev
33 sudo apt-get install libssl-dev
34 sudo apt-get install libxml2-dev
94 # Modify PHP scripts to get the desired behavior for user interaction (or use
/hostap-latest/src/utils/
Dext_password_i.h18 struct wpabuf * (*get)(void *ctx, const char *name); member
Dext_password_test.c89 .get = ext_password_test_get,
Dext_password_file.c135 .get = ext_password_file_get,
Dext_password.c80 return data->backend->get(data->priv, name); in ext_password_get()
/hostap-latest/wpa_supplicant/binder/
Dbinder_manager.cpp63 if (!iface_object_map_[iface_key].get()) in registerInterface()
/hostap-latest/tests/hwsim/
Dexample-setup.txt35 sudo apt-get install build-essential git libpcap-dev libsqlite3-dev binutils-dev libnl-3-dev libnl-…
38 sudo apt-get install python-netifaces
75 not get updated.
Drfkill.py74 return _type_names.get(self._type, "unknown")
Dp2p_utils.py272 i_res = res.get()
373 i_res = res.get()
/hostap-latest/src/crypto/
Dtls_wolfssl.c142 size_t get = sz; in wolfssl_receive_cb() local
148 if (get > (wpabuf_len(data->in_data) - data->consumed)) in wolfssl_receive_cb()
149 get = wpabuf_len(data->in_data) - data->consumed; in wolfssl_receive_cb()
151 os_memcpy(buf, wpabuf_head_u8(data->in_data) + data->consumed, get); in wolfssl_receive_cb()
152 data->consumed += get; in wolfssl_receive_cb()
154 if (get == 0) in wolfssl_receive_cb()
157 return (int) get; in wolfssl_receive_cb()
/hostap-latest/doc/
Dmainpage.doxygen53 daemon and to get status information and event notifications. There is
87 hostapdt daemon and to get status information and event notifications.
Dhostapd_ctrl_iface.doxygen6 daemon and to get status information and event notifications. There is
/hostap-latest/wpa_supplicant/
Deap_testing.txt23 address) and I will need to get suitable user name/password pairs,
25 would be to get an evaluation version of the server so that I can
256 seems to get confused and fails to send proper Phase 2 data.
265 seems to get confused and fails to send proper Phase 2 data.
DREADME-DPP93 To get key of Configurator
164 command to get DPP credentials.
Deapol_test.py153 results = res[i].get(False)
DREADME457 The easiest way to debug problems, and to get debug log for bug
750 status = get current WPA/EAPOL/EAP status
751 mib = get MIB variables (dot1x, dot11)
778 get_network <network id> <variable> = get network variables
782 scan_results = get latest scan results
783 get_capability <eap/pairwise/group/key_mgmt/proto/auth_alg> = get capabilities
820 or DISCONNECTED). If the action script needs to get more information
1129 - DSCP policy may get rejected due to invalid policy parameters. Ccontrol
Dtodo.txt25 - ctrl_iface: get/remove blob
DChangeLog59 get enabled by default in the future
639 * fixed couple of sequences where radio work items could get stuck,
926 - extra waits to get ACK frames through
1114 support set/get, which allows for setting BSS cache expiration age
1117 - Add Interface.Country property and support to get/set the value.
1132 - Add bss_expire_age and bss_expire_count commands to set/get BSS
1138 - Add command get version, that returns wpa_supplicant version string.
1168 - Add wpa_cli wps_pin get command for generating random PINs. This can
1250 * Reorder some IEs to get closer to IEEE 802.11 standard. Move
1403 will only need start wpa_gui to get prompted to start the wpasvc
[all …]
/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DQrCodeDisplayActivity.java80 pixels[offset + x] = result.get(x, y) ? BLACK : WHITE; in encodeAsBitmap()
/hostap-latest/hostapd/
Dandroid.config171 # Use libbfd to get more details for developer debugging
172 # This enables use of libbfd to get more detailed symbols for the backtraces
Ddefconfig226 # Use libbfd to get more details for developer debugging
227 # This enables use of libbfd to get more detailed symbols for the backtraces
289 # can be enabled to get a stronger construction of messages when block ciphers
/hostap-latest/wpadebug/
DREADME47 NOTE: Following steps enable any app on the system to get root access!
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml201 <para>get current WPA/EAPOL/EAP status</para>
208 <para>get MIB variables (dot1x, dot11)</para>
Dwpa_priv.sgml116 used. To get a list of supported driver types see wpa_supplicant help
/hostap-latest/tests/
DREADME19 (build-{hostapd,wpa_supplicant}-*.config) to get them included in test

12