/hostap-latest/tests/ |
D | cipher-and-key-mgmt-testing.txt | 42 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/ |
D | todo.txt | 11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast 14 for unicast); worked also with Host AP driver and madwifi
|
D | wpas_glue.c | 241 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()
|
D | wpa_priv.c | 1074 &data->michael_mic_failure.unicast, in wpa_supplicant_event()
|
D | README | 281 - 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
|
D | ChangeLog | 2268 unicast key) 2398 AP is using non-zero key index for the unicast key and key index zero
|
D | events.c | 4771 pairwise = (data && data->michael_mic_failure.unicast); in wpa_supplicant_event_michael_mic_failure()
|
/hostap-latest/src/l2_packet/ |
D | l2_packet_zephyr.c | 231 &l2->iface->config.ip.ipv4->unicast[0].ipv4.address.in_addr.s_addr, in l2_packet_get_ip_addr()
|
/hostap-latest/src/eapol_supp/ |
D | eapol_supp_sm.h | 163 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
|
/hostap-latest/doc/ |
D | driver_wrapper.doxygen | 69 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/ |
D | wpa_supplicant.conf.sgml | 126 (require both unicast and broadcast); use EAP-TLS for
|
D | wpa_supplicant.sgml | 128 keys for unicast and broadcast</para>
|
/hostap-latest/hostapd/ |
D | README | 204 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/ |
D | README | 19 is used to verify that data connection (both unicast and broadcast)
|
D | test_dpp.py | 3701 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/ |
D | driver_privsep.c | 473 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int)); in wpa_driver_privsep_event_michael_mic_failure()
|
D | driver_wext.c | 244 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()
|
D | driver_hostap.c | 812 data.michael_mic_failure.unicast = 1; in hostapd_wireless_event_wireless_custom()
|
D | driver_bsd.c | 801 event.michael_mic_failure.unicast = in bsd_wireless_event_receive()
|
D | driver.h | 6207 int unicast; member
|
D | driver_nl80211_event.c | 1795 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()
|
D | driver_atheros.c | 1257 data.michael_mic_failure.unicast = 1; in atheros_wireless_event_wireless_custom()
|
D | driver_ndis.c | 1564 event.michael_mic_failure.unicast = pairwise; in wpa_driver_ndis_event_auth()
|