Searched refs:unicast (Results 1 – 25 of 30) sorted by relevance
12
/external/iproute2/ip/ |
D | routef | 4 exec ip -4 ro flush scope global type unicast
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 194 static int wpa_eapol_set_wep_key(void *ctx, int unicast, int keyidx, in wpa_eapol_set_wep_key() argument 201 if (unicast) in wpa_eapol_set_wep_key() 207 unicast ? wpa_s->bssid : NULL, in wpa_eapol_set_wep_key() 208 keyidx, unicast, NULL, 0, key, keylen); in wpa_eapol_set_wep_key()
|
D | todo.txt | 13 - Cisco AP and non-zero keyidx for unicast -> map to broadcast 16 for unicast); worked also with Host AP driver and madwifi
|
D | wpa_priv.c | 851 &data->michael_mic_failure.unicast, in wpa_supplicant_event()
|
D | README | 283 - wpa_supplicant configures encryption keys for unicast and broadcast 570 4) IEEE 802.1X (i.e., no WPA) with dynamic WEP keys (require both unicast and
|
D | events.c | 2055 pairwise = (data && data->michael_mic_failure.unicast);
|
/external/iproute2/ |
D | README.decnet | 17 if your Ethernet card won't listen to more than one unicast
|
/external/iptables/extensions/ |
D | libipt_addrtype.man | 12 an unicast address
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 142 int (*set_wep_key)(void *ctx, int unicast, int keyidx,
|
/external/mdnsresponder/ |
D | README.txt | 40 unicast to a specific known server. Every host on the local link runs an 44 unicast DNS, and the same name structure, and the same DNS record types.
|
/external/iptables/tests/ |
D | options-most.rules | 13 …06 -m mark --mark 0x1 -m physdev --physdev-in eth0 -m pkttype --pkt-type unicast -m policy --dir i… 35 -A INPUT -p tcp -m pkttype --pkt-type unicast
|
/external/iproute2/doc/ |
D | arpd.sgml | 115 and <tt/eth1/. In this case kernel still does unicast probing to
|
D | ip-cref.tex | 1152 is \verb|unicast|. It describes real paths to other hosts. 1157 \item \verb|unicast| --- the route entry describes real paths to the 1223 \verb|ip| assumes type \verb|unicast|. Other values of \verb|TYPE| 1259 on the route type. For normal \verb|unicast| routes it is either the true nexthop 1363 \verb|ip| assumes scope \verb|global| for all gatewayed \verb|unicast| 1364 routes, scope \verb|link| for direct \verb|unicast| and \verb|broadcast| routes 1620 It stands for loopback unicast routes, for broadcast routes 1703 netadm@amber:~ # ip -4 ro flush scope global type unicast 2007 \item \verb|unicast| --- the rule prescribes to return the route found 2255 Particularly, this means that you can try to load a unicast address
|
D | ip-tunnels.tex | 377 route unicast packets, provided appropriate routes are added.
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 122 (require both unicast and broadcast); use EAP-TLS for
|
D | wpa_supplicant.sgml | 123 keys for unicast and broadcast</para>
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_bsd.c | 788 data.michael_mic_failure.unicast = 1; in bsd_wireless_event_receive() 1252 event.michael_mic_failure.unicast = in wpa_driver_bsd_event_receive()
|
D | driver_privsep.c | 367 os_memcpy(&data.michael_mic_failure.unicast, buf, sizeof(int)); in wpa_driver_privsep_event_michael_mic_failure()
|
D | driver.h | 3271 int unicast; member
|
D | driver_wext.c | 244 data.michael_mic_failure.unicast = in wpa_driver_wext_event_wireless_custom() 330 data.michael_mic_failure.unicast = !(mic->flags & IW_MICFAILURE_GROUP); in wpa_driver_wext_event_wireless_michaelmicfailure()
|
D | driver_hostap.c | 805 data.michael_mic_failure.unicast = 1; in hostapd_wireless_event_wireless_custom()
|
D | driver_madwifi.c | 892 data.michael_mic_failure.unicast = 1; in madwifi_wireless_event_wireless_custom()
|
D | driver_atheros.c | 1225 data.michael_mic_failure.unicast = 1; in atheros_wireless_event_wireless_custom()
|
D | driver_ndis.c | 1556 event.michael_mic_failure.unicast = pairwise; in wpa_driver_ndis_event_auth()
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 221 wep_key_len_unicast option can be used to configure individual unicast 343 # (unicast packets). This is a space separated list of algorithms:
|
12