Searched defs:hapd (Results 126 - 145 of 145) sorted by relevance

123456

/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c37 static void ieee802_1x_finished(struct hostapd_data *hapd,
42 static void ieee802_1x_send(struct hostapd_data *hapd, struct sta_info *sta, argument
60 xhdr->version = hapd->conf->eapol_version;
70 rsn_preauth_send(hapd, sta, buf, len);
73 hapd, sta->addr, buf, len,
81 void ieee802_1x_set_sta_authorized(struct hostapd_data *hapd, argument
90 ap_sta_set_authorized(hapd, sta, 1);
91 res = hostapd_set_authorized(hapd, sta, 1);
92 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_IEEE8021X,
95 ap_sta_set_authorized(hapd, st
114 ieee802_1x_tx_key_one(struct hostapd_data *hapd, struct sta_info *sta, int idx, int broadcast, u8 *key_data, size_t key_len) argument
193 ieee802_1x_tx_key(struct hostapd_data *hapd, struct sta_info *sta) argument
249 radius_mode_txt(struct hostapd_data *hapd) argument
265 radius_sta_rate(struct hostapd_data *hapd, struct sta_info *sta) argument
279 ieee802_1x_learn_identity(struct hostapd_data *hapd, struct eapol_state_machine *sm, const u8 *eap, size_t len) argument
309 add_common_radius_sta_attr_rsn(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
370 add_common_radius_sta_attr(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
444 add_common_radius_attr(struct hostapd_data *hapd, struct hostapd_radius_attr *req_attr, struct sta_info *sta, struct radius_msg *msg) argument
536 ieee802_1x_encapsulate_radius(struct hostapd_data *hapd, struct sta_info *sta, const u8 *eap, size_t len) argument
668 handle_eap_response(struct hostapd_data *hapd, struct sta_info *sta, struct eap_hdr *eap, size_t len) argument
701 handle_eap(struct hostapd_data *hapd, struct sta_info *sta, u8 *buf, size_t len) argument
751 ieee802_1x_alloc_eapol_sm(struct hostapd_data *hapd, struct sta_info *sta) argument
776 ieee802_1x_receive(struct hostapd_data *hapd, const u8 *sa, const u8 *buf, size_t len) argument
956 ieee802_1x_new_station(struct hostapd_data *hapd, struct sta_info *sta) argument
1105 ieee802_1x_decapsulate_radius(struct hostapd_data *hapd, struct sta_info *sta) argument
1186 ieee802_1x_get_keys(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len) argument
1227 ieee802_1x_store_radius_class(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1283 ieee802_1x_update_sta_identity(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1315 ieee802_1x_update_sta_cui(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg) argument
1366 ieee802_1x_hs20_deauth_req(struct hostapd_data *hapd, struct sta_info *sta, u8 *pos, size_t len) argument
1387 ieee802_1x_hs20_session_info(struct hostapd_data *hapd, struct sta_info *sta, u8 *pos, size_t len, int session_timeout) argument
1431 ieee802_1x_check_hs20(struct hostapd_data *hapd, struct sta_info *sta, struct radius_msg *msg, int session_timeout) argument
1487 ieee802_1x_select_radius_identifier(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
1504 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) argument
1528 struct hostapd_data *hapd = data; local
1691 ieee802_1x_abort_auth(struct hostapd_data *hapd, struct sta_info *sta) argument
1721 ieee802_1x_rekey_broadcast(struct hostapd_data *hapd) argument
1747 ieee802_1x_sta_key_available(struct hostapd_data *hapd, struct sta_info *sta, void *ctx) argument
1760 struct hostapd_data *hapd = eloop_ctx; local
1840 struct hostapd_data *hapd = ctx; local
1851 struct hostapd_data *hapd = ctx; local
1864 struct hostapd_data *hapd = ctx; local
1899 struct hostapd_data *hapd = ctx; local
1912 struct hostapd_data *hapd = ctx; local
1937 struct hostapd_data *hapd = ctx; local
1945 struct hostapd_data *hapd = ctx; local
1953 struct hostapd_data *hapd = ctx; local
1975 ieee802_1x_init(struct hostapd_data *hapd) argument
2055 ieee802_1x_deinit(struct hostapd_data *hapd) argument
2068 ieee802_1x_tx_status(struct hostapd_data *hapd, struct sta_info *sta, const u8 *buf, size_t len, int ack) argument
2095 ieee802_1x_eapol_tx_status(struct hostapd_data *hapd, struct sta_info *sta, const u8 *buf, int len, int ack) argument
2227 ieee802_1x_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen) argument
2234 ieee802_1x_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
2394 ieee802_1x_finished(struct hostapd_data *hapd, struct sta_info *sta, int success, int remediation) argument
[all...]
H A Dwps_hostapd.c33 static int hostapd_wps_upnp_init(struct hostapd_data *hapd,
35 static void hostapd_wps_upnp_deinit(struct hostapd_data *hapd);
61 struct hostapd_data *hapd = iface->bss[j]; local
64 if (hapd != data->calling_hapd &&
65 (hapd->conf->wps_independent ||
69 ret = data->func(hapd, data->ctx);
78 static int hostapd_wps_for_each(struct hostapd_data *hapd, argument
82 struct hostapd_iface *iface = hapd->iface;
86 data.calling_hapd = hapd;
99 struct hostapd_data *hapd local
160 struct hostapd_data *hapd = ctx; local
174 struct hostapd_data *hapd = ctx; local
217 wps_stop_registrar(struct hostapd_data *hapd, void *ctx) argument
231 struct hostapd_data *hapd = ctx; local
256 struct hostapd_data *hapd = ctx; local
291 hostapd_wps_eap_completed(struct hostapd_data *hapd) argument
305 hapd_new_ap_event(struct hostapd_data *hapd, const u8 *attr, size_t attr_len) argument
319 hapd_wps_reconfig_in_memory(struct hostapd_data *hapd, const struct wps_credential *cred) argument
398 hapd_wps_cred_cb(struct hostapd_data *hapd, void *ctx) argument
617 struct hostapd_data *hapd = ctx; local
624 struct hostapd_data *hapd = eloop_data; local
638 wps_pwd_auth_fail(struct hostapd_data *hapd, void *ctx) argument
690 hostapd_pwd_auth_fail(struct hostapd_data *hapd, struct wps_event_pwd_auth_fail *data) argument
703 wps_ap_pin_success(struct hostapd_data *hapd, void *ctx) argument
720 hostapd_wps_ap_pin_success(struct hostapd_data *hapd) argument
726 hostapd_wps_event_pbc_overlap(struct hostapd_data *hapd) argument
733 hostapd_wps_event_pbc_timeout(struct hostapd_data *hapd) argument
740 hostapd_wps_event_pbc_active(struct hostapd_data *hapd) argument
747 hostapd_wps_event_pbc_disable(struct hostapd_data *hapd) argument
754 hostapd_wps_event_success(struct hostapd_data *hapd, struct wps_event_success *success) argument
764 hostapd_wps_event_fail(struct hostapd_data *hapd, struct wps_event_fail *fail) argument
790 struct hostapd_data *hapd = ctx; local
845 struct hostapd_data *hapd = ctx; local
852 hostapd_wps_clear_ies(struct hostapd_data *hapd, int deinit_only) argument
875 struct hostapd_data *hapd = iface->bss[j]; local
920 hostapd_wps_set_vendor_ext(struct hostapd_data *hapd, struct wps_context *wps) argument
960 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
1159 hostapd_init_wps_complete(struct hostapd_data *hapd) argument
1195 hostapd_deinit_wps(struct hostapd_data *hapd) argument
1215 hostapd_update_wps(struct hostapd_data *hapd) argument
1247 wps_add_pin(struct hostapd_data *hapd, void *ctx) argument
1263 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
1289 wps_button_pushed(struct hostapd_data *hapd, void *ctx) argument
1298 hostapd_wps_button_pushed(struct hostapd_data *hapd, const u8 *p2p_dev_addr) argument
1306 wps_cancel(struct hostapd_data *hapd, void *ctx) argument
1318 hostapd_wps_cancel(struct hostapd_data *hapd) argument
1329 struct hostapd_data *hapd = ctx; local
1389 struct hostapd_data *hapd = priv; local
1453 hostapd_wps_upnp_init(struct hostapd_data *hapd, struct wps_context *wps) argument
1478 hostapd_wps_upnp_deinit(struct hostapd_data *hapd) argument
1486 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
1497 struct hostapd_data *hapd = eloop_data; local
1504 hostapd_wps_ap_pin_enable(struct hostapd_data *hapd, int timeout) argument
1522 wps_ap_pin_disable(struct hostapd_data *hapd, void *ctx) argument
1534 hostapd_wps_ap_pin_disable(struct hostapd_data *hapd) argument
1547 wps_ap_pin_set(struct hostapd_data *hapd, void *ctx) argument
1560 hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout) argument
1573 hostapd_wps_ap_pin_get(struct hostapd_data *hapd) argument
1579 hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin, int timeout) argument
1593 wps_update_ie(struct hostapd_data *hapd, void *ctx) argument
1601 hostapd_wps_update_ie(struct hostapd_data *hapd) argument
1607 hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid, const char *auth, const char *encr, const char *key) argument
1663 wps_add_nfc_password_token(struct hostapd_data *hapd, void *ctx) argument
1679 hostapd_wps_add_nfc_password_token(struct hostapd_data *hapd, struct wps_parse_attr *attr) argument
1693 hostapd_wps_nfc_tag_process(struct hostapd_data *hapd, const struct wpabuf *wps) argument
1713 hostapd_wps_nfc_tag_read(struct hostapd_data *hapd, const struct wpabuf *data) argument
1739 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
1762 hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1803 hostapd_wps_nfc_report_handover(struct hostapd_data *hapd, const struct wpabuf *req, const struct wpabuf *sel) argument
1897 hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1913 hostapd_wps_nfc_token_enable(struct hostapd_data *hapd) argument
1955 hostapd_wps_nfc_token_disable(struct hostapd_data *hapd) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c38 struct hostapd_data *hapd; member in struct:hostap_driver_data
82 wpa_supplicant_event(drv->hapd, EVENT_RX_FROM_UNKNOWN, &event);
109 drv_event_eapol_rx(drv->hapd, sa, pos, left);
136 wpa_supplicant_event(drv->hapd, EVENT_TX_STATUS, &event);
193 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
807 wpa_supplicant_event(drv->hapd,
961 static void * hostap_init(struct hostapd_data *hapd, argument
972 drv->hapd = hapd;
H A Ddriver_madwifi.c74 struct hostapd_data *hapd; /* back pointer */ member in struct:madwifi_driver_data
730 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
818 struct hostapd_data *hapd = drv->hapd; local
859 drv_event_assoc(hapd, addr, iebuf, ielen, 0);
890 wpa_supplicant_event(drv->hapd,
958 drv_event_disassoc(drv->hapd,
1121 drv_event_eapol_rx(drv->hapd, src_addr, buf + sizeof(struct l2_ethhdr),
1126 madwifi_init(struct hostapd_data *hapd, struct wpa_init_params *params) argument
1139 drv->hapd
[all...]
H A Ddriver_atheros.c60 struct hostapd_data *hapd; /* back pointer */ member in struct:atheros_driver_data
799 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
840 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0);
847 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1);
853 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
869 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event);
905 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
995 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
1216 struct hostapd_data *hapd = drv->hapd; local
1699 atheros_init(struct hostapd_data *hapd, struct wpa_init_params *params) argument
[all...]
H A Ddriver_bsd.c51 struct hostapd_data *hapd; /* back pointer */ member in struct:bsd_driver_data
759 drv_event_disassoc(drv->hapd, leave->iev_addr);
766 bsd_new_sta(drv, drv->hapd, join->iev_addr);
780 wpa_supplicant_event(drv->hapd,
792 drv_event_eapol_rx(drv->hapd, src_addr, buf, len);
796 bsd_init(struct hostapd_data *hapd, struct wpa_init_params *params) argument
814 drv->hapd = hapd;
H A Ddriver_test.c1159 static void * test_driver_init(struct hostapd_data *hapd, argument
1169 drv = test_alloc_data(hapd, params->ifname);
1176 bss->bss_ctx = hapd;
H A Ddriver_nl80211.c10124 static void *i802_init(struct hostapd_data *hapd, argument
10134 bss = wpa_driver_nl80211_drv_init(hapd, params->ifname,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c33 static int hostapd_wps_upnp_init(struct hostapd_data *hapd,
35 static void hostapd_wps_upnp_deinit(struct hostapd_data *hapd);
61 struct hostapd_data *hapd = iface->bss[j]; local
64 if (hapd != data->calling_hapd &&
65 (hapd->conf->wps_independent ||
69 ret = data->func(hapd, data->ctx);
78 static int hostapd_wps_for_each(struct hostapd_data *hapd, argument
82 struct hostapd_iface *iface = hapd->iface;
86 data.calling_hapd = hapd;
99 struct hostapd_data *hapd local
160 struct hostapd_data *hapd = ctx; local
174 struct hostapd_data *hapd = ctx; local
217 wps_stop_registrar(struct hostapd_data *hapd, void *ctx) argument
231 struct hostapd_data *hapd = ctx; local
256 struct hostapd_data *hapd = ctx; local
291 hostapd_wps_eap_completed(struct hostapd_data *hapd) argument
305 hapd_new_ap_event(struct hostapd_data *hapd, const u8 *attr, size_t attr_len) argument
319 hapd_wps_reconfig_in_memory(struct hostapd_data *hapd, const struct wps_credential *cred) argument
398 hapd_wps_cred_cb(struct hostapd_data *hapd, void *ctx) argument
617 struct hostapd_data *hapd = ctx; local
624 struct hostapd_data *hapd = eloop_data; local
638 wps_pwd_auth_fail(struct hostapd_data *hapd, void *ctx) argument
690 hostapd_pwd_auth_fail(struct hostapd_data *hapd, struct wps_event_pwd_auth_fail *data) argument
703 wps_ap_pin_success(struct hostapd_data *hapd, void *ctx) argument
720 hostapd_wps_ap_pin_success(struct hostapd_data *hapd) argument
726 hostapd_wps_event_pbc_overlap(struct hostapd_data *hapd) argument
733 hostapd_wps_event_pbc_timeout(struct hostapd_data *hapd) argument
740 hostapd_wps_event_pbc_active(struct hostapd_data *hapd) argument
747 hostapd_wps_event_pbc_disable(struct hostapd_data *hapd) argument
754 hostapd_wps_event_success(struct hostapd_data *hapd, struct wps_event_success *success) argument
764 hostapd_wps_event_fail(struct hostapd_data *hapd, struct wps_event_fail *fail) argument
790 struct hostapd_data *hapd = ctx; local
845 struct hostapd_data *hapd = ctx; local
852 hostapd_wps_clear_ies(struct hostapd_data *hapd, int deinit_only) argument
875 struct hostapd_data *hapd = iface->bss[j]; local
920 hostapd_wps_set_vendor_ext(struct hostapd_data *hapd, struct wps_context *wps) argument
960 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
1159 hostapd_init_wps_complete(struct hostapd_data *hapd) argument
1195 hostapd_deinit_wps(struct hostapd_data *hapd) argument
1215 hostapd_update_wps(struct hostapd_data *hapd) argument
1247 wps_add_pin(struct hostapd_data *hapd, void *ctx) argument
1263 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
1289 wps_button_pushed(struct hostapd_data *hapd, void *ctx) argument
1298 hostapd_wps_button_pushed(struct hostapd_data *hapd, const u8 *p2p_dev_addr) argument
1306 wps_cancel(struct hostapd_data *hapd, void *ctx) argument
1318 hostapd_wps_cancel(struct hostapd_data *hapd) argument
1329 struct hostapd_data *hapd = ctx; local
1389 struct hostapd_data *hapd = priv; local
1453 hostapd_wps_upnp_init(struct hostapd_data *hapd, struct wps_context *wps) argument
1478 hostapd_wps_upnp_deinit(struct hostapd_data *hapd) argument
1486 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
1497 struct hostapd_data *hapd = eloop_data; local
1504 hostapd_wps_ap_pin_enable(struct hostapd_data *hapd, int timeout) argument
1522 wps_ap_pin_disable(struct hostapd_data *hapd, void *ctx) argument
1534 hostapd_wps_ap_pin_disable(struct hostapd_data *hapd) argument
1547 wps_ap_pin_set(struct hostapd_data *hapd, void *ctx) argument
1560 hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout) argument
1573 hostapd_wps_ap_pin_get(struct hostapd_data *hapd) argument
1579 hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin, int timeout) argument
1593 wps_update_ie(struct hostapd_data *hapd, void *ctx) argument
1601 hostapd_wps_update_ie(struct hostapd_data *hapd) argument
1607 hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid, const char *auth, const char *encr, const char *key) argument
1663 wps_add_nfc_password_token(struct hostapd_data *hapd, void *ctx) argument
1679 hostapd_wps_add_nfc_password_token(struct hostapd_data *hapd, struct wps_parse_attr *attr) argument
1693 hostapd_wps_nfc_tag_process(struct hostapd_data *hapd, const struct wpabuf *wps) argument
1713 hostapd_wps_nfc_tag_read(struct hostapd_data *hapd, const struct wpabuf *data) argument
1739 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
1762 hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1803 hostapd_wps_nfc_report_handover(struct hostapd_data *hapd, const struct wpabuf *req, const struct wpabuf *sel) argument
1897 hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1913 hostapd_wps_nfc_token_enable(struct hostapd_data *hapd) argument
1955 hostapd_wps_nfc_token_disable(struct hostapd_data *hapd) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_atheros.c60 struct hostapd_data *hapd; /* back pointer */ member in struct:atheros_driver_data
799 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
840 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0);
847 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1);
853 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
869 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event);
905 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
995 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
1216 struct hostapd_data *hapd = drv->hapd; local
1699 atheros_init(struct hostapd_data *hapd, struct wpa_init_params *params) argument
[all...]
H A Ddriver_bsd.c51 struct hostapd_data *hapd; /* back pointer */ member in struct:bsd_driver_data
759 drv_event_disassoc(drv->hapd, leave->iev_addr);
766 bsd_new_sta(drv, drv->hapd, join->iev_addr);
780 wpa_supplicant_event(drv->hapd,
792 drv_event_eapol_rx(drv->hapd, src_addr, buf, len);
796 bsd_init(struct hostapd_data *hapd, struct wpa_init_params *params) argument
814 drv->hapd = hapd;
H A Ddriver_test.c1159 static void * test_driver_init(struct hostapd_data *hapd, argument
1169 drv = test_alloc_data(hapd, params->ifname);
1176 bss->bss_ctx = hapd;
H A Ddriver_nl80211.c10124 static void *i802_init(struct hostapd_data *hapd, argument
10134 bss = wpa_driver_nl80211_drv_init(hapd, params->ifname,
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c33 static int hostapd_wps_upnp_init(struct hostapd_data *hapd,
35 static void hostapd_wps_upnp_deinit(struct hostapd_data *hapd);
61 struct hostapd_data *hapd = iface->bss[j]; local
64 if (hapd != data->calling_hapd &&
65 (hapd->conf->wps_independent ||
69 ret = data->func(hapd, data->ctx);
78 static int hostapd_wps_for_each(struct hostapd_data *hapd, argument
82 struct hostapd_iface *iface = hapd->iface;
86 data.calling_hapd = hapd;
99 struct hostapd_data *hapd local
160 struct hostapd_data *hapd = ctx; local
174 struct hostapd_data *hapd = ctx; local
217 wps_stop_registrar(struct hostapd_data *hapd, void *ctx) argument
231 struct hostapd_data *hapd = ctx; local
256 struct hostapd_data *hapd = ctx; local
291 hostapd_wps_eap_completed(struct hostapd_data *hapd) argument
305 hapd_new_ap_event(struct hostapd_data *hapd, const u8 *attr, size_t attr_len) argument
319 hapd_wps_reconfig_in_memory(struct hostapd_data *hapd, const struct wps_credential *cred) argument
398 hapd_wps_cred_cb(struct hostapd_data *hapd, void *ctx) argument
617 struct hostapd_data *hapd = ctx; local
624 struct hostapd_data *hapd = eloop_data; local
638 wps_pwd_auth_fail(struct hostapd_data *hapd, void *ctx) argument
690 hostapd_pwd_auth_fail(struct hostapd_data *hapd, struct wps_event_pwd_auth_fail *data) argument
703 wps_ap_pin_success(struct hostapd_data *hapd, void *ctx) argument
720 hostapd_wps_ap_pin_success(struct hostapd_data *hapd) argument
726 hostapd_wps_event_pbc_overlap(struct hostapd_data *hapd) argument
733 hostapd_wps_event_pbc_timeout(struct hostapd_data *hapd) argument
740 hostapd_wps_event_pbc_active(struct hostapd_data *hapd) argument
747 hostapd_wps_event_pbc_disable(struct hostapd_data *hapd) argument
754 hostapd_wps_event_success(struct hostapd_data *hapd, struct wps_event_success *success) argument
764 hostapd_wps_event_fail(struct hostapd_data *hapd, struct wps_event_fail *fail) argument
790 struct hostapd_data *hapd = ctx; local
845 struct hostapd_data *hapd = ctx; local
852 hostapd_wps_clear_ies(struct hostapd_data *hapd, int deinit_only) argument
875 struct hostapd_data *hapd = iface->bss[j]; local
920 hostapd_wps_set_vendor_ext(struct hostapd_data *hapd, struct wps_context *wps) argument
960 hostapd_init_wps(struct hostapd_data *hapd, struct hostapd_bss_config *conf) argument
1159 hostapd_init_wps_complete(struct hostapd_data *hapd) argument
1195 hostapd_deinit_wps(struct hostapd_data *hapd) argument
1215 hostapd_update_wps(struct hostapd_data *hapd) argument
1247 wps_add_pin(struct hostapd_data *hapd, void *ctx) argument
1263 hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr, const char *uuid, const char *pin, int timeout) argument
1289 wps_button_pushed(struct hostapd_data *hapd, void *ctx) argument
1298 hostapd_wps_button_pushed(struct hostapd_data *hapd, const u8 *p2p_dev_addr) argument
1306 wps_cancel(struct hostapd_data *hapd, void *ctx) argument
1318 hostapd_wps_cancel(struct hostapd_data *hapd) argument
1329 struct hostapd_data *hapd = ctx; local
1389 struct hostapd_data *hapd = priv; local
1453 hostapd_wps_upnp_init(struct hostapd_data *hapd, struct wps_context *wps) argument
1478 hostapd_wps_upnp_deinit(struct hostapd_data *hapd) argument
1486 hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr, char *buf, size_t buflen) argument
1497 struct hostapd_data *hapd = eloop_data; local
1504 hostapd_wps_ap_pin_enable(struct hostapd_data *hapd, int timeout) argument
1522 wps_ap_pin_disable(struct hostapd_data *hapd, void *ctx) argument
1534 hostapd_wps_ap_pin_disable(struct hostapd_data *hapd) argument
1547 wps_ap_pin_set(struct hostapd_data *hapd, void *ctx) argument
1560 hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout) argument
1573 hostapd_wps_ap_pin_get(struct hostapd_data *hapd) argument
1579 hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin, int timeout) argument
1593 wps_update_ie(struct hostapd_data *hapd, void *ctx) argument
1601 hostapd_wps_update_ie(struct hostapd_data *hapd) argument
1607 hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid, const char *auth, const char *encr, const char *key) argument
1663 wps_add_nfc_password_token(struct hostapd_data *hapd, void *ctx) argument
1679 hostapd_wps_add_nfc_password_token(struct hostapd_data *hapd, struct wps_parse_attr *attr) argument
1693 hostapd_wps_nfc_tag_process(struct hostapd_data *hapd, const struct wpabuf *wps) argument
1713 hostapd_wps_nfc_tag_read(struct hostapd_data *hapd, const struct wpabuf *data) argument
1739 hostapd_wps_nfc_config_token(struct hostapd_data *hapd, int ndef) argument
1762 hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) argument
1803 hostapd_wps_nfc_report_handover(struct hostapd_data *hapd, const struct wpabuf *req, const struct wpabuf *sel) argument
1897 hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) argument
1913 hostapd_wps_nfc_token_enable(struct hostapd_data *hapd) argument
1955 hostapd_wps_nfc_token_disable(struct hostapd_data *hapd) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_atheros.c60 struct hostapd_data *hapd; /* back pointer */ member in struct:atheros_driver_data
799 wpa_supplicant_event(drv->hapd, EVENT_RX_PROBE_REQ, &event);
840 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 0);
847 drv_event_assoc(drv->hapd, mgmt->sa, iebuf, ielen, 1);
853 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
869 wpa_supplicant_event(drv->hapd, EVENT_AUTH, &event);
905 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
995 wpa_supplicant_event(drv->hapd, EVENT_RX_MGMT, &event);
1216 struct hostapd_data *hapd = drv->hapd; local
1699 atheros_init(struct hostapd_data *hapd, struct wpa_init_params *params) argument
[all...]
H A Ddriver_bsd.c51 struct hostapd_data *hapd; /* back pointer */ member in struct:bsd_driver_data
759 drv_event_disassoc(drv->hapd, leave->iev_addr);
766 bsd_new_sta(drv, drv->hapd, join->iev_addr);
780 wpa_supplicant_event(drv->hapd,
792 drv_event_eapol_rx(drv->hapd, src_addr, buf, len);
796 bsd_init(struct hostapd_data *hapd, struct wpa_init_params *params) argument
814 drv->hapd = hapd;
H A Ddriver_test.c1159 static void * test_driver_init(struct hostapd_data *hapd, argument
1169 drv = test_alloc_data(hapd, params->ifname);
1176 bss->bss_ctx = hapd;
H A Ddriver_nl80211.c10124 static void *i802_init(struct hostapd_data *hapd, argument
10134 bss = wpa_driver_nl80211_drv_init(hapd, params->ifname,
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c2118 struct hostapd_data *hapd; local
2128 hapd = wpa_s->ap_iface->bss[0];
2132 if (hapd->conf->wps_vendor_ext[i] == NULL)
2135 hapd->conf->wps_vendor_ext[i];
2156 struct hostapd_data *hapd = NULL; local
2160 hapd = wpa_s->ap_iface->bss[0];
2183 hapd->conf->wps_vendor_ext[i] =
2187 hapd->conf->wps_vendor_ext[i] = NULL;
2190 hostapd_update_wps(hapd);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c1209 struct hostapd_data *hapd; local
1219 hapd = wpa_s->ap_iface->bss[0];
1236 hpsk->next = hapd->conf->ssid.wpa_psk;
1237 hapd->conf->ssid.wpa_psk = hpsk;
5493 struct hostapd_data *hapd = wpa_s->ap_iface->bss[0]; local
5494 if (!(hapd->conf->p2p & P2P_GROUP_OWNER)) {
5500 wpabuf_free(hapd->p2p_beacon_ie);
5501 hapd->p2p_beacon_ie = beacon_ies;
5503 wpabuf_free(hapd->p2p_probe_resp_ie);
5504 hapd
7106 struct hostapd_data *hapd; local
7835 struct hostapd_data *hapd; local
[all...]

Completed in 1440 milliseconds

123456