Home
last modified time | relevance | path

Searched refs:unicast (Results 1 – 23 of 23) sorted by relevance

/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt42 this document focuses on using ping to test unicast traffic and arping
85 ping is used to test whether unicast frames go through on the data
88 broadcast and unicast connectivity may be needed to get this started.
104 This shows working unicast data connectivity.
112 This shows not working unicast data connectivity.
172 Verify that broadcast and unicast traffic works correctly (if not,
176 Verify that unicast traffic works and issue the following command in
182 Verify that unicast traffic does not work anymore. If it does, the DUT
183 does not implement replay protection correctly for unicast frames. Note
184 that unicast traffic can recover once the packet number from the test
[all …]
/hostap-latest/wpa_supplicant/
Dtodo.txt11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
14 for unicast); worked also with Host AP driver and madwifi
Dwpas_glue.c241 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, in wpa_eapol_set_wep_key() argument
248 if (unicast) in wpa_eapol_set_wep_key()
254 unicast ? wpa_s->bssid : NULL, in wpa_eapol_set_wep_key()
255 keyidx, unicast, NULL, 0, key, keylen, in wpa_eapol_set_wep_key()
256 unicast ? KEY_FLAG_PAIRWISE_RX_TX : in wpa_eapol_set_wep_key()
Dwpa_priv.c1074 &data->michael_mic_failure.unicast, in wpa_supplicant_event()
DREADME281 - wpa_supplicant configures encryption keys for unicast and broadcast
592 4) IEEE 802.1X (i.e., no WPA) with dynamic WEP keys (require both unicast and
DChangeLog2268 unicast key)
2398 AP is using non-zero key index for the unicast key and key index zero
Devents.c4771 pairwise = (data && data->michael_mic_failure.unicast); in wpa_supplicant_event_michael_mic_failure()
/hostap-latest/src/l2_packet/
Dl2_packet_zephyr.c231 &l2->iface->config.ip.ipv4->unicast[0].ipv4.address.in_addr.s_addr, in l2_packet_get_ip_addr()
/hostap-latest/src/eapol_supp/
Deapol_supp_sm.h163 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
/hostap-latest/doc/
Ddriver_wrapper.doxygen69 unicast data packets) is TKIP or CCMP. These are new encryption
147 broadcast/unicast addr=addr2). This is the recommended format until
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml126 (require both unicast and broadcast); use EAP-TLS for
Dwpa_supplicant.sgml128 keys for unicast and broadcast</para>
/hostap-latest/hostapd/
DREADME204 wep_key_len_unicast option can be used to configure individual unicast
325 # (unicast packets). This is a space separated list of algorithms:
/hostap-latest/tests/hwsim/
DREADME19 is used to verify that data connection (both unicast and broadcast)
Dtest_dpp.py3701 def run_dpp_proto_init(dev, test_dev, test, mutual=False, unicast=True, argument
3711 id0 = dev[0].dpp_bootstrap_gen(chan=chan, mac=unicast)
3781 run_dpp_proto_init(dev, 1, 1, unicast=False, listen=False)
3798 run_dpp_proto_init(dev, 1, 1, unicast=False, listen=False,
4616 def run_dpp_qr_code_chan_list(dev, apdev, unicast, listen_freq, chanlist, argument
4625 id0 = dev[0].dpp_bootstrap_gen(chan=chanlist, mac=unicast)
/hostap-latest/src/drivers/
Ddriver_privsep.c473 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int)); in wpa_driver_privsep_event_michael_mic_failure()
Ddriver_wext.c244 data.michael_mic_failure.unicast = in wpa_driver_wext_event_wireless_custom()
313 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP); in wpa_driver_wext_event_wireless_michaelmicfailure()
Ddriver_hostap.c812 data.michael_mic_failure.unicast = 1; in hostapd_wireless_event_wireless_custom()
Ddriver_bsd.c801 event.michael_mic_failure.unicast = in bsd_wireless_event_receive()
Ddriver.h6207 int unicast; member
Ddriver_nl80211_event.c1795 data.michael_mic_failure.unicast = 1; in mlme_event_michael_mic_failure()
1797 data.michael_mic_failure.unicast = 1; in mlme_event_michael_mic_failure()
Ddriver_atheros.c1257 data.michael_mic_failure.unicast = 1; in atheros_wireless_event_wireless_custom()
Ddriver_ndis.c1564 event.michael_mic_failure.unicast = pairwise; in wpa_driver_ndis_event_auth()