Searched refs:iface (Results 1 - 25 of 906) 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 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 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
340 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
385 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
429 struct hostapd_iface *iface = eloop_data; local
465 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
471 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
514 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
659 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
731 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
763 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
792 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
806 hostapd_check_chans(struct hostapd_iface *iface) argument
831 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
853 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
903 hostapd_select_hw_mode(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 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 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
340 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
385 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
429 struct hostapd_iface *iface = eloop_data; local
465 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
471 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
514 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
659 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
731 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
763 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
792 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
806 hostapd_check_chans(struct hostapd_iface *iface) argument
831 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
853 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
903 hostapd_select_hw_mode(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 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 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
340 ieee80211n_scan_channels_2g4(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
385 ieee80211n_scan_channels_5g(struct hostapd_iface *iface, struct wpa_driver_scan_params *params) argument
429 struct hostapd_iface *iface = eloop_data; local
465 hostapd_stop_setup_timers(struct hostapd_iface *iface) argument
471 ieee80211n_check_40mhz(struct hostapd_iface *iface) argument
514 ieee80211n_supported_ht_capab(struct hostapd_iface *iface) argument
659 ieee80211ac_supported_vht_capab(struct hostapd_iface *iface) argument
731 hostapd_check_ht_capab(struct hostapd_iface *iface) argument
763 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
792 hostapd_is_usable_chans(struct hostapd_iface *iface) argument
806 hostapd_check_chans(struct hostapd_iface *iface) argument
831 hostapd_notify_bad_chans(struct hostapd_iface *iface) argument
853 hostapd_acs_completed(struct hostapd_iface *iface, int err) argument
903 hostapd_select_hw_mode(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 DInstruction25x.java32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneFixedFourParameterRegisterInstruction;
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/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c50 static void wpa_priv_cmd_register(struct wpa_priv_interface *iface, argument
53 if (iface->drv_priv) {
55 if (iface->driver->deinit)
56 iface->driver->deinit(iface->drv_priv);
57 iface->drv_priv = NULL;
58 if (iface->drv_global_priv) {
59 iface->driver->global_deinit(iface->drv_global_priv);
60 iface
109 wpa_priv_cmd_unregister(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
125 wpa_priv_cmd_scan(struct wpa_priv_interface *iface, char *buf, size_t len) argument
145 wpa_priv_get_scan_results2(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
191 wpa_priv_cmd_get_scan_results(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
205 wpa_priv_cmd_authenticate(struct wpa_priv_interface *iface, void *buf, size_t len) argument
257 wpa_priv_cmd_associate(struct wpa_priv_interface *iface, void *buf, size_t len) argument
305 wpa_priv_cmd_get_bssid(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
326 wpa_priv_cmd_get_ssid(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
352 wpa_priv_cmd_set_key(struct wpa_priv_interface *iface, void *buf, size_t len) argument
380 wpa_priv_cmd_get_capa(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
408 struct wpa_priv_interface *iface = ctx; local
429 wpa_priv_cmd_l2_register(struct wpa_priv_interface *iface, struct sockaddr_un *from, void *buf, size_t len) argument
483 wpa_priv_cmd_l2_unregister(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
493 wpa_priv_cmd_l2_notify_auth_start(struct wpa_priv_interface *iface, struct sockaddr_un *from) argument
501 wpa_priv_cmd_l2_send(struct wpa_priv_interface *iface, struct sockaddr_un *from, void *buf, size_t len) argument
533 wpa_priv_cmd_set_country(struct wpa_priv_interface *iface, char *buf) argument
546 struct wpa_priv_interface *iface = eloop_ctx; local
626 wpa_priv_interface_deinit(struct wpa_priv_interface *iface) argument
650 struct wpa_priv_interface *iface; local
765 wpa_priv_send_event(struct wpa_priv_interface *iface, int event, const void *data, size_t data_len) argument
792 wpa_priv_send_auth(struct wpa_priv_interface *iface, union wpa_event_data *data) argument
822 wpa_priv_send_assoc(struct wpa_priv_interface *iface, int event, union wpa_event_data *data) argument
883 wpa_priv_send_interface_status(struct wpa_priv_interface *iface, union wpa_event_data *data) argument
915 wpa_priv_send_ft_response(struct wpa_priv_interface *iface, union wpa_event_data *data) argument
946 struct wpa_priv_interface *iface = ctx; local
1017 struct wpa_priv_interface *iface; local
1047 struct wpa_priv_interface *iface = ctx; local
1120 struct wpa_priv_interface *iface; local
[all...]

Completed in 721 milliseconds

1234567891011>>