Searched defs:hapd (Results 1 - 25 of 162) sorted by relevance

1234567

/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddhcp_snoop.h14 int dhcp_snoop_init(struct hostapd_data *hapd);
15 void dhcp_snoop_deinit(struct hostapd_data *hapd);
19 static inline int dhcp_snoop_init(struct hostapd_data *hapd) argument
24 static inline void dhcp_snoop_deinit(struct hostapd_data *hapd) argument
H A Dndisc_snoop.h14 int ndisc_snoop_init(struct hostapd_data *hapd);
15 void ndisc_snoop_deinit(struct hostapd_data *hapd);
16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
20 static inline int ndisc_snoop_init(struct hostapd_data *hapd) argument
25 static inline void ndisc_snoop_deinit(struct hostapd_data *hapd) argument
29 static inline void sta_ip6addr_del(struct hostapd_data *hapd, argument
H A Dp2p_hostapd.h14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
18 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd);
19 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd);
24 static inline int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, argument
33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Daccounting.h13 static inline void accounting_sta_get_id(struct hostapd_data *hapd, argument
18 static inline void accounting_sta_start(struct hostapd_data *hapd, argument
23 static inline void accounting_sta_stop(struct hostapd_data *hapd, argument
28 static inline int accounting_init(struct hostapd_data *hapd) argument
33 static inline void accounting_deinit(struct hostapd_data *hapd) argument
37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
40 int accounting_init(struct hostapd_data *hapd);
41 void accounting_deinit(struct hostapd_data *hapd);
[all...]
H A Diapp.h17 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
27 static inline struct iapp_data * iapp_init(struct hostapd_data *hapd, argument
H A Dieee802_11.h20 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
22 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
24 void hostapd_2040_coex_action(struct hostapd_data *hapd,
27 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
28 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
31 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, argument
37 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd, argument
44 u16 hostapd_own_capab_info(struct hostapd_data *hapd);
46 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
47 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u
101 sae_clear_retransmit_timer(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dvlan_init.h14 int vlan_init(struct hostapd_data *hapd);
15 void vlan_deinit(struct hostapd_data *hapd);
16 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
19 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
20 int vlan_setup_encryption_dyn(struct hostapd_data *hapd,
23 static inline int vlan_init(struct hostapd_data *hapd) argument
28 static inline void vlan_deinit(struct hostapd_data *hapd) argument
32 static inline struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, argument
39 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) argument
44 static inline int vlan_setup_encryption_dyn(struct hostapd_data *hapd, argument
[all...]
H A Dap_mlme.c42 * @hapd: BSS data
53 void mlme_authenticate_indication(struct hostapd_data *hapd, argument
56 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
61 mlme_deletekeys_request(hapd, sta);
68 * @hapd: BSS data
77 void mlme_deauthenticate_indication(struct hostapd_data *hapd, argument
80 hostapd_logger(hapd, sta->addr, HOSTAPD_MODULE_MLME,
84 if (!hapd->iface->driver_ap_teardown)
85 mlme_deletekeys_request(hapd, sta);
92 * @hapd
101 mlme_associate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
124 mlme_reassociate_indication(struct hostapd_data *hapd, struct sta_info *sta) argument
148 mlme_disassociate_indication(struct hostapd_data *hapd, struct sta_info *sta, u16 reason_code) argument
159 mlme_michaelmicfailure_indication(struct hostapd_data *hapd, const u8 *addr) argument
169 mlme_deletekeys_request(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dbss_load.c21 struct hostapd_data *hapd = eloop_data; local
25 if (!(hapd->beacon_set_done && hapd->started))
28 err = hostapd_drv_get_survey(hapd, hapd->iface->freq);
34 ieee802_11_set_beacon(hapd);
36 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
37 usec = (hapd->bss_load_update_timeout % 1000) * 1024;
38 eloop_register_timeout(sec, usec, update_channel_utilization, hapd,
43 int bss_load_update_init(struct hostapd_data *hapd) argument
62 bss_load_update_deinit(struct hostapd_data *hapd) argument
[all...]
H A Dhs20.c20 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) argument
23 if (!hapd->conf->hs20)
32 if (hapd->conf->disable_dgaf)
35 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id);
42 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid) argument
47 if (!hapd->conf->osen)
74 if (hapd->conf->wmm_enabled) {
79 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
81 if (hapd->conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED)
94 int hs20_send_wnm_notification(struct hostapd_data *hapd, cons argument
145 hs20_send_wnm_notification_deauth_req(struct hostapd_data *hapd, const u8 *addr, const struct wpabuf *payload) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Ddhcp_snoop.h14 int dhcp_snoop_init(struct hostapd_data *hapd);
15 void dhcp_snoop_deinit(struct hostapd_data *hapd);
19 static inline int dhcp_snoop_init(struct hostapd_data *hapd) argument
24 static inline void dhcp_snoop_deinit(struct hostapd_data *hapd) argument
H A Dndisc_snoop.h14 int ndisc_snoop_init(struct hostapd_data *hapd);
15 void ndisc_snoop_deinit(struct hostapd_data *hapd);
16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
20 static inline int ndisc_snoop_init(struct hostapd_data *hapd) argument
25 static inline void ndisc_snoop_deinit(struct hostapd_data *hapd) argument
29 static inline void sta_ip6addr_del(struct hostapd_data *hapd, argument
H A Dp2p_hostapd.h14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
18 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd);
19 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd);
24 static inline int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, argument
33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Daccounting.h13 static inline void accounting_sta_get_id(struct hostapd_data *hapd, argument
18 static inline void accounting_sta_start(struct hostapd_data *hapd, argument
23 static inline void accounting_sta_stop(struct hostapd_data *hapd, argument
28 static inline int accounting_init(struct hostapd_data *hapd) argument
33 static inline void accounting_deinit(struct hostapd_data *hapd) argument
37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
40 int accounting_init(struct hostapd_data *hapd);
41 void accounting_deinit(struct hostapd_data *hapd);
[all...]
H A Diapp.h17 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
27 static inline struct iapp_data * iapp_init(struct hostapd_data *hapd, argument
H A Dieee802_11.h20 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
22 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
24 void hostapd_2040_coex_action(struct hostapd_data *hapd,
27 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
28 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
31 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, argument
37 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd, argument
44 u16 hostapd_own_capab_info(struct hostapd_data *hapd);
46 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
47 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u
101 sae_clear_retransmit_timer(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dvlan_init.h14 int vlan_init(struct hostapd_data *hapd);
15 void vlan_deinit(struct hostapd_data *hapd);
16 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
19 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
20 int vlan_setup_encryption_dyn(struct hostapd_data *hapd,
23 static inline int vlan_init(struct hostapd_data *hapd) argument
28 static inline void vlan_deinit(struct hostapd_data *hapd) argument
32 static inline struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, argument
39 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) argument
44 static inline int vlan_setup_encryption_dyn(struct hostapd_data *hapd, argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddhcp_snoop.h14 int dhcp_snoop_init(struct hostapd_data *hapd);
15 void dhcp_snoop_deinit(struct hostapd_data *hapd);
19 static inline int dhcp_snoop_init(struct hostapd_data *hapd) argument
24 static inline void dhcp_snoop_deinit(struct hostapd_data *hapd) argument
H A Dndisc_snoop.h14 int ndisc_snoop_init(struct hostapd_data *hapd);
15 void ndisc_snoop_deinit(struct hostapd_data *hapd);
16 void sta_ip6addr_del(struct hostapd_data *hapd, struct sta_info *sta);
20 static inline int ndisc_snoop_init(struct hostapd_data *hapd) argument
25 static inline void ndisc_snoop_deinit(struct hostapd_data *hapd) argument
29 static inline void sta_ip6addr_del(struct hostapd_data *hapd, argument
H A Dp2p_hostapd.h14 int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
16 int hostapd_p2p_set_noa(struct hostapd_data *hapd, u8 count, int start,
18 void hostapd_p2p_non_p2p_sta_connected(struct hostapd_data *hapd);
19 void hostapd_p2p_non_p2p_sta_disconnected(struct hostapd_data *hapd);
24 static inline int hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, argument
33 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid);
H A Daccounting.h13 static inline void accounting_sta_get_id(struct hostapd_data *hapd, argument
18 static inline void accounting_sta_start(struct hostapd_data *hapd, argument
23 static inline void accounting_sta_stop(struct hostapd_data *hapd, argument
28 static inline int accounting_init(struct hostapd_data *hapd) argument
33 static inline void accounting_deinit(struct hostapd_data *hapd) argument
37 void accounting_sta_get_id(struct hostapd_data *hapd, struct sta_info *sta);
38 void accounting_sta_start(struct hostapd_data *hapd, struct sta_info *sta);
39 void accounting_sta_stop(struct hostapd_data *hapd, struct sta_info *sta);
40 int accounting_init(struct hostapd_data *hapd);
41 void accounting_deinit(struct hostapd_data *hapd);
[all...]
H A Diapp.h17 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
27 static inline struct iapp_data * iapp_init(struct hostapd_data *hapd, argument
H A Dieee802_11.h20 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
22 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
24 void hostapd_2040_coex_action(struct hostapd_data *hapd,
27 int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, size_t buflen);
28 int ieee802_11_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta,
31 static inline int ieee802_11_get_mib(struct hostapd_data *hapd, char *buf, argument
37 static inline int ieee802_11_get_mib_sta(struct hostapd_data *hapd, argument
44 u16 hostapd_own_capab_info(struct hostapd_data *hapd);
46 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
47 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u
101 sae_clear_retransmit_timer(struct hostapd_data *hapd, struct sta_info *sta) argument
[all...]
H A Dvlan_init.h14 int vlan_init(struct hostapd_data *hapd);
15 void vlan_deinit(struct hostapd_data *hapd);
16 struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
19 int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id);
20 int vlan_setup_encryption_dyn(struct hostapd_data *hapd,
23 static inline int vlan_init(struct hostapd_data *hapd) argument
28 static inline void vlan_deinit(struct hostapd_data *hapd) argument
32 static inline struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd, argument
39 static inline int vlan_remove_dynamic(struct hostapd_data *hapd, int vlan_id) argument
44 static inline int vlan_setup_encryption_dyn(struct hostapd_data *hapd, argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.h13 int hostapd_ctrl_iface_init(struct hostapd_data *hapd);
14 void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd);
18 static inline int hostapd_ctrl_iface_init(struct hostapd_data *hapd) argument
23 static inline void hostapd_ctrl_iface_deinit(struct hostapd_data *hapd) argument

Completed in 227 milliseconds

1234567