Searched refs:iface (Results 1 - 25 of 924) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.h17 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) argument
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
70 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
[all...]
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) argument
77 struct hostapd_data *hapd = iface->bss[0];
93 iface->hw_flags = flags;
95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
96 iface->hw_features = modes;
97 iface->num_hw_features = num_modes;
102 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR);
120 !(iface->drv_flags &
145 int hostapd_prepare_rates(struct hostapd_iface *iface, argument
225 ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) argument
240 ieee80211n_switch_pri_sec(struct hostapd_iface *iface) argument
252 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
276 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
289 ieee80211n_check_scan(struct hostapd_iface *iface) argument
342 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
387 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
431 struct hostapd_iface *iface = eloop_data; local
467 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
473 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
516 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
626 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
660 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
692 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
723 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
737 hostapd_check_chans(struct hostapd_iface *iface) argument
762 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
784 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
834 hostapd_select_hw_mode(struct hostapd_iface *iface) argument
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
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) argument
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
129 hostapd_free_aps(struct hostapd_iface *iface) argument
145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
251 ap_list_timer(struct hostapd_iface *iface) argument
303 ap_list_init(struct hostapd_iface *iface) argument
309 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) argument
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.h17 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) argument
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
70 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
[all...]
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) argument
77 struct hostapd_data *hapd = iface->bss[0];
93 iface->hw_flags = flags;
95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
96 iface->hw_features = modes;
97 iface->num_hw_features = num_modes;
102 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR);
120 !(iface->drv_flags &
145 int hostapd_prepare_rates(struct hostapd_iface *iface, argument
225 ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) argument
240 ieee80211n_switch_pri_sec(struct hostapd_iface *iface) argument
252 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
276 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
289 ieee80211n_check_scan(struct hostapd_iface *iface) argument
342 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
387 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
431 struct hostapd_iface *iface = eloop_data; local
467 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
473 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
516 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
626 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
660 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
692 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
723 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
737 hostapd_check_chans(struct hostapd_iface *iface) argument
762 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
784 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
834 hostapd_select_hw_mode(struct hostapd_iface *iface) argument
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
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) argument
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
129 hostapd_free_aps(struct hostapd_iface *iface) argument
145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
251 ap_list_timer(struct hostapd_iface *iface) argument
303 ap_list_init(struct hostapd_iface *iface) argument
309 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.h17 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) argument
39 static inline int hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
44 static inline int hostapd_select_hw_mode(struct hostapd_iface *iface) argument
59 static inline int hostapd_check_ht_capab(struct hostapd_iface *iface) argument
64 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
70 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
[all...]
H A Dhw_features.c75 int hostapd_get_hw_features(struct hostapd_iface *iface) argument
77 struct hostapd_data *hapd = iface->bss[0];
93 iface->hw_flags = flags;
95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
96 iface->hw_features = modes;
97 iface->num_hw_features = num_modes;
102 (iface->drv_flags & WPA_DRIVER_FLAGS_RADAR);
120 !(iface->drv_flags &
145 int hostapd_prepare_rates(struct hostapd_iface *iface, argument
225 ieee80211n_allowed_ht40_channel_pair(struct hostapd_iface *iface) argument
240 ieee80211n_switch_pri_sec(struct hostapd_iface *iface) argument
252 ieee80211n_check_40mhz_5g(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
276 ieee80211n_check_40mhz_2g4(struct hostapd_iface *iface, struct wpa_scan_results *scan_res) argument
289 ieee80211n_check_scan(struct hostapd_iface *iface) argument
342 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
387 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
431 struct hostapd_iface *iface = eloop_data; local
467 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
473 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
516 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
626 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
660 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
692 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
723 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
737 hostapd_check_chans(struct hostapd_iface *iface) argument
762 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
784 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
834 hostapd_select_hw_mode(struct hostapd_iface *iface) argument
[all...]
H A Dap_list.c31 static int ap_list_beacon_olbc(struct hostapd_iface *iface, struct ap_info *ap) argument
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) argument
57 s = iface->ap_hash[STA_HASH(ap)];
64 static void ap_ap_list_add(struct hostapd_iface *iface, struct ap_info *ap) argument
66 if (iface->ap_list) {
67 ap->prev = iface->ap_list->prev;
68 iface
76 ap_ap_list_del(struct hostapd_iface *iface, struct ap_info *ap) argument
90 ap_ap_hash_add(struct hostapd_iface *iface, struct ap_info *ap) argument
97 ap_ap_hash_del(struct hostapd_iface *iface, struct ap_info *ap) argument
119 ap_free_ap(struct hostapd_iface *iface, struct ap_info *ap) argument
129 hostapd_free_aps(struct hostapd_iface *iface) argument
145 ap_ap_add(struct hostapd_iface *iface, const u8 *addr) argument
169 ap_list_process_beacon(struct hostapd_iface *iface, const struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct hostapd_frame_info *fi) argument
251 ap_list_timer(struct hostapd_iface *iface) argument
303 ap_list_init(struct hostapd_iface *iface) argument
309 ap_list_deinit(struct hostapd_iface *iface) argument
[all...]
H A Dacs.h15 enum hostapd_chan_status acs_init(struct hostapd_iface *iface);
19 static inline enum hostapd_chan_status acs_init(struct hostapd_iface *iface) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
H A DInstruction10t.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
H A DInstruction10x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.Instruction;
H A DInstruction11x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
H A DInstruction12x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
H A DInstruction20t.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
H A DInstruction22x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
H A DInstruction23x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ThreeRegisterInstruction;
H A DInstruction30t.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
H A DInstruction32x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
H A DPackedSwitchPayload.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
H A DSparseSwitchPayload.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.SwitchPayload;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
H A DDebugItem.java32 package org.jf.dexlib2.iface.debug;
H A DEpilogueBegin.java32 package org.jf.dexlib2.iface.debug;

Completed in 392 milliseconds

1234567891011>>