Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 30) sorted by relevance

12

/hostap-latest/src/ap/
Dgas_query_ap.c67 struct gas_query_pending *current; member
152 if (gas->current == query) in gas_query_done()
153 gas->current = NULL; in gas_query_done()
214 if (!gas || !gas->current) { in gas_query_ap_tx_status()
220 query = gas->current; in gas_query_ap_tx_status()
316 if (gas->current != query || query->retry) in gas_query_rx_comeback_timeout()
640 gas->current = query; in gas_query_tx_initial_req()
/hostap-latest/wpa_supplicant/
Dop_classes.c506 static int wpas_sta_secondary_channel_offset(struct wpa_bss *bss, u8 *current, in wpas_sta_secondary_channel_offset() argument
518 return wpas_get_op_chan_phy(bss->freq, ies, ies_len, current, in wpas_sta_secondary_channel_offset()
528 u8 op, current, chan; in wpas_supp_op_class_ie() local
539 if (wpas_sta_secondary_channel_offset(bss, &current, &chan) < 0 && in wpas_supp_op_class_ie()
541 CONF_OPER_CHWIDTH_USE_HT, &current, in wpas_supp_op_class_ie()
556 wpabuf_put_u8(buf, current); in wpas_supp_op_class_ie()
Dgas_query.c69 struct gas_query_pending *current; member
165 if (gas->current == query) in gas_query_done()
166 gas->current = NULL; in gas_query_done()
239 if (gas->current == NULL) { in gas_query_tx_status()
246 query = gas->current; in gas_query_tx_status()
359 if (gas->current != query || query->retry) in gas_query_rx_comeback_timeout()
729 gas->current = query; in gas_query_tx_initial_req()
DREADME-Windows.txt12 Supplicant on Windows. The current port requires that WinPcap
16 The current port is still somewhat experimental. It has been tested
18 addition, the current version has been reported to work with Windows
266 the service with the current location of wpasvc.exe. After this, wpasvc
DREADME117 - NetBSD-current
137 At the moment, this is for FreeBSD 6-CURRENT branch and NetBSD-current.
140 The current Windows port requires WinPcap (http://winpcap.polito.it/).
211 too small against current attacks, RC4 key scheduling is insufficient
685 wpa_supplicant. It is used to query current status, change
688 wpa_cli can show the current authentication status, selected security
722 OTP (one-time-password). <id> is a unique identifier for the current
750 status = get current WPA/EAPOL/EAP status
779 save_config = save the current configuration
821 about the current network, it can use 'wpa_cli status' to query
DREADME-WPS155 current AP configuration and optionally, to configure an AP,
162 This is used to fetch the current AP settings instead of actually
335 hexdump of the current AP configuration (WPS parameter requests this to
Ddefconfig24 # Note: WEXT is deprecated in the current Linux kernel version and no new
118 # Note: The current EAP-TEAP implementation is experimental and should not be
623 # This can be used to enable control interface commands that allow the current
655 # functionality needed to use WEP is available in the current wpa_supplicant
Dandroid.config24 # Note: WEXT is deprecated in the current Linux kernel version and no new
516 # This can be used to enable control interface commands that allow the current
540 # functionality needed to use WEP is available in the current wpa_supplicant
DChangeLog448 channels 161 and 169 to be used if they are enabled in the current
564 maximum remain-on-channel time below 1000 ms (500 ms is the current
1152 - Add log_level command, which can be used to display the current
1166 manage the BSS blacklist and display its current contents.
1205 WPS ER can learn the current AP settings, but cannot change them.
1209 current AP settings with wps_er_learn.
1287 the signal strength with the current AP; this improves roaming within
1425 * updated userspace MLME instructions to match with the current Linux
1718 set to the current unique identifier that wpa_supplicant assigned
1738 WPA_CTRL_DIR is the current control interface directory
[all …]
/hostap-latest/hs20/server/ca/
Dopenssl-root.cnf27 serial = $dir/serial # The current serial number
28 crlnumber = $dir/crlnumber # the current crl number
30 crl = $dir/crl.pem # The current CRL
Dopenssl.cnf27 serial = $dir/serial # The current serial number
28 crlnumber = $dir/crlnumber # the current crl number
30 crl = $dir/crl.pem # The current CRL
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml36 with wpa_supplicant. It is used to query current status, change
40 <para>wpa_cli can show the current authentication status, selected
77 current network. &lt;text&gt; is description of the request. In
201 <para>get current WPA/EAPOL/EAP status</para>
Dwpa_gui.sgml33 with wpa_supplicant. It is used to query current status, change
Dwpa_background.sgml41 be insufficient: key space is too small against current attacks,
/hostap-latest/
DCOPYING8 See the README file for the current license terms.
DCONTRIBUTIONS19 The current requirements for contributions to hostap.git
39 The message should contain an inlined patch against the current
/hostap-latest/hostapd/
DREADME-WPS226 learn the current AP settings or to reconfigure the AP)
234 - fetch the current AP PIN
242 - display the current configuration
321 of the current AP configuration (WPS parameter requests this to include
DREADME61 The current version includes support for other drivers, an integrated
84 FreeBSD -current
249 too small against current attacks, RC4 key scheduling is insufficient
Ddefconfig108 # Note: The current EAP-TEAP implementation is experimental and should not be
400 # functionality needed to use WEP is available in the current hostapd
Dandroid.config214 # functionality needed to use WEP is available in the current hostapd
DChangeLog363 element in which the channel does not match the current operating
664 - Add hostap_cli get_config command to display current AP config.
682 WPS ER can learn the current AP settings, but cannot change them.
836 channels to be used with hostapd (if allowed in the current
866 * driver_nl80211: Updated to match the current Linux mac80211 AP mode
1005 * added -P<pid file> argument for hostapd to write the current process
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp648 bool current = false; in updateNetworks() local
713 current = true; in updateNetworks()
739 if (!current && first_active >= 0) in updateNetworks()
/hostap-latest/doc/
Dcode_structure.doxygen294 External program for listing current network interface
Ddriver_wrapper.doxygen94 recommended. The current driver wrapper (\ref driver_wext.c) uses this for
/hostap-latest/tests/hwsim/
DREADME155 present in the environment). Log file names include the current UNIX

12