Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 35) sorted by relevance

12

/hostap-latest/src/crypto/
Ddes-internal.c320 u32 work, right, leftt; in desfunc() local
326 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; in desfunc()
327 right ^= work; in desfunc()
328 leftt ^= (work << 4); in desfunc()
330 work = ((leftt >> 16) ^ right) & 0x0000ffffL; in desfunc()
331 right ^= work; in desfunc()
332 leftt ^= (work << 16); in desfunc()
334 work = ((right >> 2) ^ leftt) & 0x33333333L; in desfunc()
335 leftt ^= work; in desfunc()
336 right ^= (work << 2); in desfunc()
[all …]
/hostap-latest/wpa_supplicant/
Dnan_usd.c102 static void wpas_nan_usd_start_tx_cb(struct wpa_radio_work *work, int deinit) in wpas_nan_usd_start_tx_cb() argument
104 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_nan_usd_start_tx_cb()
105 struct wpas_nan_usd_tx_work *twork = work->ctx; in wpas_nan_usd_start_tx_cb()
108 if (work->started) { in wpas_nan_usd_start_tx_cb()
116 wpa_s->nan_usd_tx_work = work; in wpas_nan_usd_start_tx_cb()
182 static void wpas_nan_usd_start_listen_cb(struct wpa_radio_work *work, in wpas_nan_usd_start_listen_cb() argument
185 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_nan_usd_start_listen_cb()
186 struct wpas_nan_usd_listen_work *lwork = work->ctx; in wpas_nan_usd_start_listen_cb()
190 if (work->started) { in wpas_nan_usd_start_listen_cb()
198 wpa_s->nan_usd_listen_work = work; in wpas_nan_usd_start_listen_cb()
Dwpa_supplicant.c2399 struct wpa_radio_work *work = wpa_s->connect_work; in wpas_connect_work_done() local
2401 if (!work) in wpas_connect_work_done()
2405 cwork = work->ctx; in wpas_connect_work_done()
2406 work->ctx = NULL; in wpas_connect_work_done()
2408 radio_work_done(work); in wpas_connect_work_done()
2569 static void wpas_start_assoc_cb(struct wpa_radio_work *work, int deinit);
4057 static void wpas_start_assoc_cb(struct wpa_radio_work *work, int deinit) in wpas_start_assoc_cb() argument
4059 struct wpa_connect_work *cwork = work->ctx; in wpas_start_assoc_cb()
4062 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_start_assoc_cb()
4089 if (work->started) { in wpas_start_assoc_cb()
[all …]
Dgas_query.c70 struct wpa_radio_work *work; member
145 if (gas->work && gas->work->ctx == query) { in gas_query_free()
146 radio_work_done(gas->work); in gas_query_free()
147 gas->work = NULL; in gas_query_free()
686 static void gas_query_start_cb(struct wpa_radio_work *work, int deinit) in gas_query_start_cb() argument
688 struct gas_query_pending *query = work->ctx; in gas_query_start_cb()
693 if (work->started) { in gas_query_start_cb()
694 gas->work = NULL; in gas_query_start_cb()
708 radio_work_done(work); in gas_query_start_cb()
714 gas->work = work; in gas_query_start_cb()
[all …]
Dpasn_supplicant.c506 static void wpas_pasn_auth_start_cb(struct wpa_radio_work *work, int deinit) in wpas_pasn_auth_start_cb() argument
508 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_pasn_auth_start_cb()
509 struct wpa_pasn_auth_work *awork = work->ctx; in wpas_pasn_auth_start_cb()
525 if (work->started) { in wpas_pasn_auth_start_cb()
668 wpa_s->pasn_auth_work = work; in wpas_pasn_auth_start_cb()
672 work->ctx = NULL; in wpas_pasn_auth_start_cb()
673 radio_work_done(work); in wpas_pasn_auth_start_cb()
Deap_testing.txt232 * did not work
242 did work, so this issue seems to be with something TTLS specific.)
263 Using 1300 for outer auth and 500 for inner auth seemed to work.
276 Using 1300 for outer auth and 500 for inner auth seemed to work.
303 * did not work
364 - (peap_outer_success 1 and 2 work)
370 - (peap_outer_success 1 and 2 work)
392 - peap_outer_success 1 and 2 work
Dscan.c184 static void wpas_trigger_scan_cb(struct wpa_radio_work *work, int deinit) in wpas_trigger_scan_cb() argument
186 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_trigger_scan_cb()
187 struct wpa_driver_scan_params *params = work->ctx; in wpas_trigger_scan_cb()
191 if (!work->started) { in wpas_trigger_scan_cb()
210 radio_work_done(work); in wpas_trigger_scan_cb()
234 work->ctx = NULL; in wpas_trigger_scan_cb()
253 radio_work_done(work); in wpas_trigger_scan_cb()
277 wpa_s->scan_work = work; in wpas_trigger_scan_cb()
3293 struct wpa_radio_work *work = wpa_s->scan_work; in scan_only_handler() local
3295 radio_work_done(work); in scan_only_handler()
[all …]
DREADME118 - Microsoft Windows with WinPcap (at least WinXP, may work with other versions)
153 - libpcap (tested with 0.7.2, most relatively recent versions assumed to work,
156 - libdnet (tested with v1.4, most versions assumed to work,
169 work with most relatively recent versions; this is likely to be
196 completed its work in May 2004. The IEEE 802.11i amendment to the IEEE
200 IEEE 802.11i work (draft 3.0) to define a subset of the security
388 configuration work by first running wpa_supplicant with following
525 1) WPA-Personal (PSK) as home network and WPA-Enterprise with EAP-TLS as work
540 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
542 ssid="work"
[all …]
Dtodo.txt51 - try to work around race in receiving association event and first EAPOL
53 - try to work around race in configuring PTK and sending msg 4/4 (some NDIS
Dbss.c190 struct wpa_radio_work *work; in wpa_bss_check_pending_connect() local
193 work = radio_work_pending(wpa_s, "sme-connect"); in wpa_bss_check_pending_connect()
194 if (!work) in wpa_bss_check_pending_connect()
195 work = radio_work_pending(wpa_s, "connect"); in wpa_bss_check_pending_connect()
196 if (!work) in wpa_bss_check_pending_connect()
199 cwork = work->ctx; in wpa_bss_check_pending_connect()
Dctrl_iface.c9006 struct wpa_radio_work *work; in wpas_ctrl_radio_work_show() local
9015 dl_list_for_each(work, &wpa_s->radio->work, struct wpa_radio_work, list) in wpas_ctrl_radio_work_show()
9019 os_reltime_sub(&now, &work->time, &diff); in wpas_ctrl_radio_work_show()
9021 work->type, work->wpa_s->ifname, work->freq, in wpas_ctrl_radio_work_show()
9022 work->started, diff.sec, diff.usec); in wpas_ctrl_radio_work_show()
9034 struct wpa_radio_work *work = eloop_ctx; in wpas_ctrl_radio_work_timeout() local
9035 struct wpa_external_work *ework = work->ctx; in wpas_ctrl_radio_work_timeout()
9037 wpa_dbg(work->wpa_s, MSG_DEBUG, in wpas_ctrl_radio_work_timeout()
9039 ework->id, work->type); in wpas_ctrl_radio_work_timeout()
9040 wpa_msg(work->wpa_s, MSG_INFO, EXT_RADIO_WORK_TIMEOUT "%u", ework->id); in wpas_ctrl_radio_work_timeout()
[all …]
Dwpa_supplicant_i.h339 struct dl_list work; /* struct wpa_radio_work::list entries */ member
363 void (*cb)(struct wpa_radio_work *work, int deinit);
372 void (*cb)(struct wpa_radio_work *work, int deinit),
374 void radio_work_done(struct wpa_radio_work *work);
Dp2p_supplicant.c281 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_handler() local
283 radio_work_done(work); in wpas_p2p_scan_res_handler()
327 struct wpa_radio_work *work = wpa_s->p2p_scan_work; in wpas_p2p_scan_res_fail_handler() local
330 radio_work_done(work); in wpas_p2p_scan_res_fail_handler()
359 static void wpas_p2p_trigger_scan_cb(struct wpa_radio_work *work, int deinit) in wpas_p2p_trigger_scan_cb() argument
361 struct wpa_supplicant *wpa_s = work->wpa_s; in wpas_p2p_trigger_scan_cb()
362 struct wpa_driver_scan_params *params = work->ctx; in wpas_p2p_trigger_scan_cb()
366 if (!work->started) { in wpas_p2p_trigger_scan_cb()
388 work->ctx = NULL; in wpas_p2p_trigger_scan_cb()
390 radio_work_done(work); in wpas_p2p_trigger_scan_cb()
[all …]
DREADME-Windows.txt18 addition, the current version has been reported to work with Windows
21 All security modes have been verified to work (at least complete
Dsme.c1226 static void sme_auth_start_cb(struct wpa_radio_work *work, int deinit) in sme_auth_start_cb() argument
1228 struct wpa_connect_work *cwork = work->ctx; in sme_auth_start_cb()
1229 struct wpa_supplicant *wpa_s = work->wpa_s; in sme_auth_start_cb()
1237 if (work->started) in sme_auth_start_cb()
1244 wpa_s->connect_work = work; in sme_auth_start_cb()
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt182 Verify that unicast traffic does not work anymore. If it does, the DUT
194 Verify that broadcast traffic does not work anymore. If it does, the DUT
220 Verify that unicast traffic does not work anymore. If it does, the DUT
237 Test broadcast connectivity; should work
244 Test broadcast connectivity; should not work; if it does, the device
255 Test broadcast connectivity; should work
262 Test broadcast connectivity; should not work; if it does, the device
293 Test unicast connectivity; should work
300 Test unicast connectivity; should not work; if it does, the device
362 the AP or from a device behind the AP); this needs to work
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml49 EAP-TLS as work network.</para>
63 # work network; use EAP-TLS with WPA; allow only CCMP and TKIP ciphers
65 ssid="work"
Dwpa_background.sgml24 the base standard and has in practice completed its work in May
29 of the IEEE 802.11i work (draft 3.0) to define a subset of the
/hostap-latest/tests/fuzzing/
DREADME7 to work with the libFuzzer or as a separate tool that reads the input
/hostap-latest/tests/hwsim/
Dexample-setup.txt73 optional, i.e., most test cases will work with the old iw version, but
110 things work as expected:
/hostap-latest/wpadebug/
DREADME51 functions will not work unless this step part of installation is
/hostap-latest/tests/hwsim/vm/
Dlinux.gdb48 # Thus we can use that behaviour to work around the module issue:
Dexample-vm-setup.txt89 things work as expected:
/hostap-latest/
DCONTRIBUTIONS120 (b) The contribution is based upon previous work that, to the best
123 work with modifications, whether created in whole or in part
/hostap-latest/hostapd/
DREADME75 to work in WPA mode.
234 completed its work in May 2004. The IEEE 802.11i amendment to the IEEE
239 IEEE 802.11i work (draft 3.0) to define a subset of the security

12