Lines Matching defs:hapd

14 int hostapd_init_wps(struct hostapd_data *hapd,
16 int hostapd_init_wps_complete(struct hostapd_data *hapd);
17 void hostapd_deinit_wps(struct hostapd_data *hapd);
18 void hostapd_update_wps(struct hostapd_data *hapd);
19 void hostapd_wps_eap_completed(struct hostapd_data *hapd);
20 int hostapd_wps_add_pin(struct hostapd_data *hapd, const u8 *addr,
22 int hostapd_wps_button_pushed(struct hostapd_data *hapd,
24 int hostapd_wps_cancel(struct hostapd_data *hapd);
25 int hostapd_wps_get_mib_sta(struct hostapd_data *hapd, const u8 *addr,
27 void hostapd_wps_ap_pin_disable(struct hostapd_data *hapd);
28 const char * hostapd_wps_ap_pin_random(struct hostapd_data *hapd, int timeout);
29 const char * hostapd_wps_ap_pin_get(struct hostapd_data *hapd);
30 int hostapd_wps_ap_pin_set(struct hostapd_data *hapd, const char *pin,
32 void hostapd_wps_update_ie(struct hostapd_data *hapd);
33 int hostapd_wps_config_ap(struct hostapd_data *hapd, const char *ssid,
35 int hostapd_wps_nfc_tag_read(struct hostapd_data *hapd,
37 struct wpabuf * hostapd_wps_nfc_config_token(struct hostapd_data *hapd,
39 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef);
40 int hostapd_wps_nfc_report_handover(struct hostapd_data *hapd,
43 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef);
44 int hostapd_wps_nfc_token_enable(struct hostapd_data *hapd);
45 void hostapd_wps_nfc_token_disable(struct hostapd_data *hapd);
49 static inline int hostapd_init_wps(struct hostapd_data *hapd,
55 static inline void hostapd_deinit_wps(struct hostapd_data *hapd)
59 static inline int hostapd_init_wps_complete(struct hostapd_data *hapd)
64 static inline void hostapd_update_wps(struct hostapd_data *hapd)
68 static inline void hostapd_wps_eap_completed(struct hostapd_data *hapd)
72 static inline int hostapd_wps_get_mib_sta(struct hostapd_data *hapd,
79 static inline int hostapd_wps_button_pushed(struct hostapd_data *hapd,
85 static inline int hostapd_wps_cancel(struct hostapd_data *hapd)