]> git.ipfire.org Git - thirdparty/hostap.git/blame - wpa_supplicant/p2p_supplicant.h
P2P: Remove WPA_DRIVER_FLAGS_P2P_MGMT option
[thirdparty/hostap.git] / wpa_supplicant / p2p_supplicant.h
CommitLineData
b22128ef
JM
1/*
2 * wpa_supplicant - P2P
3 * Copyright (c) 2009-2010, Atheros Communications
4 *
e22d4d95
JM
5 * This software may be distributed under the terms of the BSD license.
6 * See README for more details.
b22128ef
JM
7 */
8
9#ifndef P2P_SUPPLICANT_H
10#define P2P_SUPPLICANT_H
11
12enum p2p_wps_method;
812bf56a 13struct p2p_go_neg_results;
93b7ddd0 14enum p2p_send_action_result;
c5db8e51 15struct p2p_peer_info;
54733624 16struct p2p_channels;
c68f6200 17struct wps_event_fail;
b22128ef
JM
18
19int wpas_p2p_init(struct wpa_global *global, struct wpa_supplicant *wpa_s);
20void wpas_p2p_deinit(struct wpa_supplicant *wpa_s);
21void wpas_p2p_deinit_global(struct wpa_global *global);
c68f6200 22int wpas_p2p_add_p2pdev_interface(struct wpa_supplicant *wpa_s);
b22128ef
JM
23int wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr,
24 const char *pin, enum p2p_wps_method wps_method,
b31be3a0 25 int persistent_group, int auto_join, int join,
3bc462cb 26 int auth, int go_intent, int freq, int persistent_id,
20ea1ca4 27 int pd, int ht40, int vht);
b22128ef
JM
28void wpas_p2p_remain_on_channel_cb(struct wpa_supplicant *wpa_s,
29 unsigned int freq, unsigned int duration);
30void wpas_p2p_cancel_remain_on_channel_cb(struct wpa_supplicant *wpa_s,
31 unsigned int freq);
8567866d
JJ
32int wpas_p2p_handle_frequency_conflicts(struct wpa_supplicant *wpa_s,
33 int freq, struct wpa_ssid *ssid);
b22128ef
JM
34int wpas_p2p_group_remove(struct wpa_supplicant *wpa_s, const char *ifname);
35int wpas_p2p_group_add(struct wpa_supplicant *wpa_s, int persistent_group,
20ea1ca4 36 int freq, int ht40, int vht);
b22128ef
JM
37int wpas_p2p_group_add_persistent(struct wpa_supplicant *wpa_s,
38 struct wpa_ssid *ssid, int addr_allocated,
20ea1ca4 39 int freq, int ht40, int vht,
bbc6c729
JM
40 const struct p2p_channels *channels,
41 int connection_timeout);
b22128ef 42struct p2p_group * wpas_p2p_group_init(struct wpa_supplicant *wpa_s,
6f251b6b 43 struct wpa_ssid *ssid);
b22128ef
JM
44void wpas_p2p_wps_success(struct wpa_supplicant *wpa_s, const u8 *peer_addr,
45 int registrar);
0918c4bf
JM
46enum wpas_p2p_prov_disc_use {
47 WPAS_P2P_PD_FOR_GO_NEG,
48 WPAS_P2P_PD_FOR_JOIN,
49 WPAS_P2P_PD_AUTO
50};
b22128ef 51int wpas_p2p_prov_disc(struct wpa_supplicant *wpa_s, const u8 *peer_addr,
0918c4bf
JM
52 const char *config_method,
53 enum wpas_p2p_prov_disc_use use);
b22128ef 54void wpas_send_action_tx_status(struct wpa_supplicant *wpa_s, const u8 *dst,
93b7ddd0
JM
55 const u8 *data, size_t data_len,
56 enum p2p_send_action_result result);
b22128ef
JM
57int wpas_p2p_scan_result_text(const u8 *ies, size_t ies_len, char *buf,
58 char *end);
59enum p2p_discovery_type;
60int wpas_p2p_find(struct wpa_supplicant *wpa_s, unsigned int timeout,
046ef4aa 61 enum p2p_discovery_type type,
6d92fa6e 62 unsigned int num_req_dev_types, const u8 *req_dev_types,
37448ede 63 const u8 *dev_id, unsigned int search_delay);
b22128ef
JM
64void wpas_p2p_stop_find(struct wpa_supplicant *wpa_s);
65int wpas_p2p_listen(struct wpa_supplicant *wpa_s, unsigned int timeout);
4c08c0bd 66int wpas_p2p_assoc_req_ie(struct wpa_supplicant *wpa_s, struct wpa_bss *bss,
b22128ef
JM
67 u8 *buf, size_t len, int p2p_group);
68int wpas_p2p_probe_req_rx(struct wpa_supplicant *wpa_s, const u8 *addr,
04a85e44 69 const u8 *dst, const u8 *bssid,
baf513d6
JB
70 const u8 *ie, size_t ie_len,
71 int ssi_signal);
b22128ef
JM
72void wpas_p2p_rx_action(struct wpa_supplicant *wpa_s, const u8 *da,
73 const u8 *sa, const u8 *bssid,
74 u8 category, const u8 *data, size_t len, int freq);
75void wpas_p2p_scan_ie(struct wpa_supplicant *wpa_s, struct wpabuf *ies);
76void wpas_p2p_group_deinit(struct wpa_supplicant *wpa_s);
1075b295 77void wpas_p2p_group_formation_failed(struct wpa_supplicant *wpa_s);
7165c5dc
JM
78u64 wpas_p2p_sd_request(struct wpa_supplicant *wpa_s, const u8 *dst,
79 const struct wpabuf *tlvs);
80u64 wpas_p2p_sd_request_upnp(struct wpa_supplicant *wpa_s, const u8 *dst,
81 u8 version, const char *query);
347d6a5b
JM
82u64 wpas_p2p_sd_request_wifi_display(struct wpa_supplicant *wpa_s,
83 const u8 *dst, const char *role);
7165c5dc 84int wpas_p2p_sd_cancel_request(struct wpa_supplicant *wpa_s, u64 req);
b22128ef
JM
85void wpas_p2p_sd_response(struct wpa_supplicant *wpa_s, int freq,
86 const u8 *dst, u8 dialog_token,
87 const struct wpabuf *resp_tlvs);
88void wpas_p2p_sd_service_update(struct wpa_supplicant *wpa_s);
89void wpas_p2p_service_flush(struct wpa_supplicant *wpa_s);
90int wpas_p2p_service_add_bonjour(struct wpa_supplicant *wpa_s,
91 struct wpabuf *query, struct wpabuf *resp);
92int wpas_p2p_service_del_bonjour(struct wpa_supplicant *wpa_s,
93 const struct wpabuf *query);
94int wpas_p2p_service_add_upnp(struct wpa_supplicant *wpa_s, u8 version,
95 const char *service);
96int wpas_p2p_service_del_upnp(struct wpa_supplicant *wpa_s, u8 version,
97 const char *service);
98int wpas_p2p_reject(struct wpa_supplicant *wpa_s, const u8 *addr);
99int wpas_p2p_invite(struct wpa_supplicant *wpa_s, const u8 *peer_addr,
4d32c0c4 100 struct wpa_ssid *ssid, const u8 *go_dev_addr, int freq,
20ea1ca4 101 int ht40, int vht, int pref_freq);
b22128ef
JM
102int wpas_p2p_invite_group(struct wpa_supplicant *wpa_s, const char *ifname,
103 const u8 *peer_addr, const u8 *go_dev_addr);
104void wpas_p2p_completed(struct wpa_supplicant *wpa_s);
105int wpas_p2p_presence_req(struct wpa_supplicant *wpa_s, u32 duration1,
106 u32 interval1, u32 duration2, u32 interval2);
107int wpas_p2p_ext_listen(struct wpa_supplicant *wpa_s, unsigned int period,
108 unsigned int interval);
0aadd568
JM
109int wpas_p2p_deauth_notif(struct wpa_supplicant *wpa_s, const u8 *bssid,
110 u16 reason_code, const u8 *ie, size_t ie_len,
111 int locally_generated);
b22128ef 112void wpas_p2p_disassoc_notif(struct wpa_supplicant *wpa_s, const u8 *bssid,
3fc14102
JM
113 u16 reason_code, const u8 *ie, size_t ie_len,
114 int locally_generated);
b22128ef 115void wpas_p2p_update_config(struct wpa_supplicant *wpa_s);
aefb53bd
JM
116int wpas_p2p_set_noa(struct wpa_supplicant *wpa_s, u8 count, int start,
117 int duration);
72044390
JM
118int wpas_p2p_set_cross_connect(struct wpa_supplicant *wpa_s, int enabled);
119void wpas_p2p_notif_connected(struct wpa_supplicant *wpa_s);
120void wpas_p2p_notif_disconnected(struct wpa_supplicant *wpa_s);
b73bf0a7 121int wpas_p2p_notif_pbc_overlap(struct wpa_supplicant *wpa_s);
b5c9da8d 122void wpas_p2p_update_channel_list(struct wpa_supplicant *wpa_s);
59eba7a2 123int wpas_p2p_cancel(struct wpa_supplicant *wpa_s);
c973f386 124void wpas_p2p_interface_unavailable(struct wpa_supplicant *wpa_s);
7cfc4ac3
AGS
125void wpas_p2p_update_best_channels(struct wpa_supplicant *wpa_s,
126 int freq_24, int freq_5, int freq_overall);
9d562b79 127int wpas_p2p_unauthorize(struct wpa_supplicant *wpa_s, const char *addr);
3103f345 128int wpas_p2p_disconnect(struct wpa_supplicant *wpa_s);
3734552f
JS
129void wpas_p2p_wps_failed(struct wpa_supplicant *wpa_s,
130 struct wps_event_fail *fail);
303f60d3 131int wpas_p2p_in_progress(struct wpa_supplicant *wpa_s);
502618f7
JM
132void wpas_p2p_network_removed(struct wpa_supplicant *wpa_s,
133 struct wpa_ssid *ssid);
87f841a1 134struct wpa_ssid * wpas_p2p_get_persistent(struct wpa_supplicant *wpa_s,
c427ac92
JM
135 const u8 *addr, const u8 *ssid,
136 size_t ssid_len);
fbdcfd57
JM
137void wpas_p2p_notify_ap_sta_authorized(struct wpa_supplicant *wpa_s,
138 const u8 *addr);
aa9bb764 139int wpas_p2p_scan_no_go_seen(struct wpa_supplicant *wpa_s);
7aeac985
RM
140int wpas_p2p_get_ht40_mode(struct wpa_supplicant *wpa_s,
141 struct hostapd_hw_modes *mode, u8 channel);
ca9bc5b5
EP
142int wpas_p2p_get_vht80_center(struct wpa_supplicant *wpa_s,
143 struct hostapd_hw_modes *mode, u8 channel);
05a77b3b 144unsigned int wpas_p2p_search_delay(struct wpa_supplicant *wpa_s);
01a57fe4
JM
145void wpas_p2p_new_psk_cb(struct wpa_supplicant *wpa_s, const u8 *mac_addr,
146 const u8 *p2p_dev_addr,
147 const u8 *psk, size_t psk_len);
f2c56602
JM
148void wpas_p2p_remove_client(struct wpa_supplicant *wpa_s, const u8 *peer,
149 int iface_addr);
b22128ef 150
f85f545e
JM
151#ifdef CONFIG_P2P
152void wpas_p2p_continue_after_scan(struct wpa_supplicant *wpa_s);
5bf9a6c8 153int wpas_p2p_4way_hs_failed(struct wpa_supplicant *wpa_s);
b2b688d1 154void wpas_p2p_ap_setup_failed(struct wpa_supplicant *wpa_s);
f85f545e
JM
155#else /* CONFIG_P2P */
156static inline void wpas_p2p_continue_after_scan(struct wpa_supplicant *wpa_s)
157{
158}
5bf9a6c8
JM
159
160static inline int wpas_p2p_4way_hs_failed(struct wpa_supplicant *wpa_s)
161{
162 return 0;
163}
b2b688d1
VKE
164
165static inline void wpas_p2p_ap_setup_failed(struct wpa_supplicant *wpa_s)
166{
167}
f85f545e
JM
168#endif /* CONFIG_P2P */
169
b22128ef 170#endif /* P2P_SUPPLICANT_H */