Searched refs:wps (Results 26 - 50 of 60) sorted by relevance

123

/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h44 struct wps_context *wps; member in struct:eapol_auth_config
H A Deapol_auth_sm.c843 eap_conf.wps = eapol->conf.wps;
1242 dst->wps = src->wps;
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dwps_upnp_i.h109 struct wps_context *wps; member in struct:upnp_wps_device_interface
H A Dwps_upnp.c183 #include "wps.h"
568 upnp_er_remove_notification(iface->wps->registrar, s);
1146 iface->wps->registrar);
1151 if (peer->wps)
1152 wps_deinit(peer->wps);
1172 * @wps: Pointer to longterm WPS context
1178 upnp_wps_device_init(struct upnp_wps_device_ctx *ctx, struct wps_context *wps, argument
1195 iface->wps = wps;
H A Dwps_upnp_ssdp.c23 #include "wps.h"
133 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
586 uuid_bin2str(iface->wps->uuid, uuid_string,
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h67 * wps - Whether this connection is used for WPS
69 int wps; member in struct:eapol_config
226 * wps - WPS context data
230 struct wps_context *wps; member in struct:eapol_ctx
H A Deapol_supp_sm.c270 if (sm->conf.wps && !(sm->conf.wps & EAPOL_PEER_IS_WPS20_AP)) {
1299 if (sm->conf.wps && sm->conf.workaround &&
1548 sm->conf.wps = conf->wps;
2118 conf.wps = ctx->wps;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c21 #include "wps/wps.h"
282 struct wpabuf *wps; local
285 wps = ieee802_11_vendor_ie_concat(ie, ielen,
287 if (wps) {
288 if (wps_is_20(wps)) {
293 wpabuf_free(wps);
395 struct wpabuf *wps; local
398 wps = ieee802_11_vendor_ie_concat(req_ies, req_ies_len,
401 wps
[all...]
H A Dauthsrv.c128 srv.wps = hapd->wps;
H A Dbeacon.c20 #include "wps/wps_defs.h"
813 struct wpabuf *wps; local
814 wps = ieee802_11_vendor_ie_concat(ie, ie_len, WPS_DEV_OUI_WFA);
815 if (wps && !p2p_group_match_dev_type(hapd->p2p_group, wps)) {
819 wpabuf_free(wps);
822 wpabuf_free(wps);
H A Dhostapd.h225 struct wps_context *wps; member in struct:hostapd_data
H A Dieee802_11.c30 #include "wps/wps.h"
3652 struct wpabuf *wps = wps_build_assoc_resp_ie(); local
3653 if (wps) {
3654 os_memcpy(p, wpabuf_head(wps), wpabuf_len(wps));
3655 p += wpabuf_len(wps);
3656 wpabuf_free(wps);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h371 struct wps_context *wps; member in struct:eap_sm
H A Deap.h318 * wps - WPS context data
322 struct wps_context *wps; member in struct:eap_config
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_i.h199 struct wps_context *wps; member in struct:eap_sm
H A Deap.h129 struct wps_context *wps; member in struct:eap_config
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c15 #include "wps/wps_defs.h"
16 #include "wps/wps_i.h"
709 * @wps: WPS TLVs from Probe Request frame (concatenated WPS IEs)
717 struct wpabuf *wps)
723 if (m->client_info == NULL || wps == NULL)
733 if (wps_parse_msg(wps, &attr))
759 int p2p_group_match_dev_type(struct p2p_group *group, struct wpabuf *wps) argument
763 if (p2p_match_dev_type(group->p2p, wps))
767 if (p2p_match_dev_type_member(m, wps))
716 p2p_match_dev_type_member(struct p2p_group_member *m, struct wpabuf *wps) argument
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.c54 int wps = 0; local
60 wps = 1;
69 wpa_s->wps->dev.p2p = 1;
70 if (!wps) {
71 wps = 1;
77 return wps;
526 int wps = 0; local
555 wps = wpas_wps_in_use(wpa_s, &req_type);
557 if (wps) {
559 wps_ie = wps_build_probe_req_ie(wps
[all...]
H A Dwpas_glue.c1111 ctx->wps = wpa_s->wps;
H A Devents.c1049 " wps" : "",
2546 struct wpabuf *wps; local
2547 wps = ieee802_11_vendor_ie_concat(p, l, WPS_IE_VENDOR_TYPE);
2548 if (wps == NULL) {
2554 if (wps_validate_assoc_resp(wps) < 0) {
2555 wpabuf_free(wps);
2560 wpabuf_free(wps);
3072 "reconnect (wps=%d/%d wpa_state=%d)",
H A Dp2p_supplicant.c17 #include "wps/wps_i.h"
385 wpa_s->wps->dev.p2p = 1;
386 wps_ie = wps_build_probe_req_ie(pw_id, &wpa_s->wps->dev,
387 wpa_s->wps->uuid, WPS_REQ_ENROLLEE,
4494 if (wpa_s->wps) {
4495 os_memcpy(p2p.uuid, wpa_s->wps->uuid, 16);
4496 p2p.config_methods = wpa_s->wps->config_methods;
5120 wpa_s->wps->dev.p2p = 1;
5121 wps_ie = wps_build_probe_req_ie(DEV_PW_DEFAULT, &wpa_s->wps->dev,
5122 wpa_s->wps
[all...]
/freebsd-11-stable/usr.sbin/wpa/hostapd/
H A DMakefile81 wps.c \
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile105 wps.c wps_attr_build.c wps_attr_parse.c wps_attr_process.c \
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.c295 * wps - Wi-Fi Protected Setup context
301 struct wps_context *wps; member in struct:radius_server_data
805 eap_conf.wps = data->wps;
2401 data->wps = conf->wps;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c1102 if (params->wps == WPS_MODE_PRIVACY) {
1142 if (params->wps == WPS_MODE_PRIVACY) {
1156 if (params->wps == WPS_MODE_PRIVACY) {

Completed in 322 milliseconds

123