Searched refs:get (Results 1 – 25 of 42) sorted by relevance
12
/hostap-latest/hs20/server/ |
D | hs20-osu-server.txt | 22 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/ |
D | ext_password_i.h | 18 struct wpabuf * (*get)(void *ctx, const char *name); member
|
D | ext_password_test.c | 89 .get = ext_password_test_get,
|
D | ext_password_file.c | 135 .get = ext_password_file_get,
|
D | ext_password.c | 80 return data->backend->get(data->priv, name); in ext_password_get()
|
/hostap-latest/wpa_supplicant/binder/ |
D | binder_manager.cpp | 63 if (!iface_object_map_[iface_key].get()) in registerInterface()
|
/hostap-latest/tests/hwsim/ |
D | example-setup.txt | 35 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.
|
D | rfkill.py | 74 return _type_names.get(self._type, "unknown")
|
D | p2p_utils.py | 272 i_res = res.get() 373 i_res = res.get()
|
/hostap-latest/src/crypto/ |
D | tls_wolfssl.c | 142 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/ |
D | mainpage.doxygen | 53 daemon and to get status information and event notifications. There is 87 hostapdt daemon and to get status information and event notifications.
|
D | hostapd_ctrl_iface.doxygen | 6 daemon and to get status information and event notifications. There is
|
/hostap-latest/wpa_supplicant/ |
D | eap_testing.txt | 23 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.
|
D | README-DPP | 93 To get key of Configurator 164 command to get DPP credentials.
|
D | eapol_test.py | 153 results = res[i].get(False)
|
D | README | 457 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
|
D | todo.txt | 25 - ctrl_iface: get/remove blob
|
D | ChangeLog | 59 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/ |
D | QrCodeDisplayActivity.java | 80 pixels[offset + x] = result.get(x, y) ? BLACK : WHITE; in encodeAsBitmap()
|
/hostap-latest/hostapd/ |
D | android.config | 171 # Use libbfd to get more details for developer debugging 172 # This enables use of libbfd to get more detailed symbols for the backtraces
|
D | defconfig | 226 # 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/ |
D | README | 47 NOTE: Following steps enable any app on the system to get root access!
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 201 <para>get current WPA/EAPOL/EAP status</para> 208 <para>get MIB variables (dot1x, dot11)</para>
|
D | wpa_priv.sgml | 116 used. To get a list of supported driver types see wpa_supplicant help
|
/hostap-latest/tests/ |
D | README | 19 (build-{hostapd,wpa_supplicant}-*.config) to get them included in test
|
12