HomeSort by relevance Sort by last modified time
    Searched refs:iface (Results 1 - 25 of 856) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/ap/
ap_list.c 31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap)
35 if (iface->current_mode == NULL ||
36 iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G ||
37 iface->conf->channel != ap->channel)
53 static struct ap_info * ap_get_ap(struct hostapd_iface *iface, const u8 *ap)
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap)
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface->ap_list->prev = ap
252 struct hostapd_iface *iface = eloop_ctx; local
    [all...]
acs.h 15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface)
hw_features.h 17 int hostapd_get_hw_features(struct hostapd_iface *iface);
18 int hostapd_acs_completed(struct hostapd_iface *iface, int err);
19 int hostapd_select_hw_mode(struct hostapd_iface *iface);
23 int hostapd_check_ht_capab(struct hostapd_iface *iface);
24 int hostapd_prepare_rates(struct hostapd_iface *iface,
26 void hostapd_stop_setup_timers(struct hostapd_iface *iface);
34 static inline int hostapd_get_hw_features(struct hostapd_iface *iface)
39 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface)
54 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface)
59 static inline int hostapd_prepare_rates(struct hostapd_iface *iface,
    [all...]
  /external/dhcpcd/
ipv4ll.c 88 struct interface *iface = arg; local
91 delete_timeout(NULL, iface);
92 iface->state->probes = 0;
93 iface->state->claims = 0;
94 if (iface->addr.s_addr) {
95 iface->state->conflicts = 0;
96 if (IN_LINKLOCAL(htonl(iface->addr.s_addr))) {
97 send_arp_announce(iface);
102 if (iface->state->offer == NULL)
105 addr = iface->state->offer->yiaddr
125 struct interface *iface = arg; local
    [all...]
duid.h 33 size_t get_duid(unsigned char *duid, const struct interface *iface);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction10t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
Instruction10x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.Instruction;
Instruction11x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction12x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction20t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
Instruction22x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction23x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ThreeRegisterInstruction;
Instruction30t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
Instruction32x.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
PackedSwitchPayload.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
SparseSwitchPayload.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
  /libcore/luni/src/main/java/java/sql/
Wrapper.java 33 * @param iface -
39 <T> T unwrap(Class<T> iface) throws SQLException;
45 * @param iface -
51 boolean isWrapperFor(Class<?> iface) throws SQLException;
  /dalvik/dx/src/com/android/dx/cf/iface/
HasAttribute.java 17 package com.android.dx.cf.iface;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
DebugItem.java 32 package org.jf.dexlib2.iface.debug;
EpilogueBegin.java 32 package org.jf.dexlib2.iface.debug;
LineNumber.java 32 package org.jf.dexlib2.iface.debug;
PrologueEnd.java 32 package org.jf.dexlib2.iface.debug;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
FieldOffsetInstruction.java 32 package org.jf.dexlib2.iface.instruction;
HatLiteralInstruction.java 32 package org.jf.dexlib2.iface.instruction;
InlineIndexInstruction.java 32 package org.jf.dexlib2.iface.instruction;

Completed in 298 milliseconds

1 2 3 4 5 6 7 8 91011>>