Searched defs:iftype (Results 1 - 6 of 6) sorted by relevance

/external/libpcap/
H A Dpcap-sita.c61 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface
417 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { argument
432 iface->iftype = iftype; /* remember the interface type of this interface */
445 switch (iftype) {
455 switch (iftype) {
465 switch (iftype) {
829 *linktype = p->iftype;
/external/tcpdump/
H A Dprint-sflow.c244 u_int8_t iftype[4]; member in struct:sflow_generic_counter_t
316 printf("\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
318 EXTRACT_32BITS(sflow_gen_counter->iftype),
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c4801 enum wpa_driver_if_type iftype; local
4888 iftype = WPA_IF_P2P_GROUP;
4890 iftype = WPA_IF_P2P_GO;
4891 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) {
7817 enum wpa_driver_if_type iftype; local
7819 iftype = WPA_IF_P2P_GROUP;
7821 iftype = WPA_IF_P2P_GO;
7822 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c7946 enum nl80211_iftype iftype,
7955 wpa_printf(MSG_DEBUG, "nl80211: Create interface iftype %d (%s)",
7956 iftype, nl80211_iftype_str(iftype));
7966 NLA_PUT_U32(msg, NL80211_ATTR_IFTYPE, iftype);
7968 if (iftype == NL80211_IFTYPE_MONITOR) {
7998 if (iftype == NL80211_IFTYPE_P2P_DEVICE)
8013 iftype == NL80211_IFTYPE_AP_VLAN ||
8014 iftype == NL80211_IFTYPE_WDS ||
8015 iftype
7944 nl80211_create_iface_once(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg) argument
8030 nl80211_create_iface(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg, int use_existing) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c7946 enum nl80211_iftype iftype,
7955 wpa_printf(MSG_DEBUG, "nl80211: Create interface iftype %d (%s)",
7956 iftype, nl80211_iftype_str(iftype));
7966 NLA_PUT_U32(msg, NL80211_ATTR_IFTYPE, iftype);
7968 if (iftype == NL80211_IFTYPE_MONITOR) {
7998 if (iftype == NL80211_IFTYPE_P2P_DEVICE)
8013 iftype == NL80211_IFTYPE_AP_VLAN ||
8014 iftype == NL80211_IFTYPE_WDS ||
8015 iftype
7944 nl80211_create_iface_once(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg) argument
8030 nl80211_create_iface(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg, int use_existing) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c7946 enum nl80211_iftype iftype,
7955 wpa_printf(MSG_DEBUG, "nl80211: Create interface iftype %d (%s)",
7956 iftype, nl80211_iftype_str(iftype));
7966 NLA_PUT_U32(msg, NL80211_ATTR_IFTYPE, iftype);
7968 if (iftype == NL80211_IFTYPE_MONITOR) {
7998 if (iftype == NL80211_IFTYPE_P2P_DEVICE)
8013 iftype == NL80211_IFTYPE_AP_VLAN ||
8014 iftype == NL80211_IFTYPE_WDS ||
8015 iftype
7944 nl80211_create_iface_once(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg) argument
8030 nl80211_create_iface(struct wpa_driver_nl80211_data *drv, const char *ifname, enum nl80211_iftype iftype, const u8 *addr, int wds, int (*handler)(struct nl_msg *, void *), void *arg, int use_existing) argument
[all...]

Completed in 5135 milliseconds