Searched refs:ev_type (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.h29 void *priv, enum upnp_wps_wlanevent_type ev_type,
43 enum upnp_wps_wlanevent_type ev_type,
H A Dwps_upnp.c780 * @ev_type: Event type
790 enum upnp_wps_wlanevent_type ev_type,
806 os_snprintf(type, sizeof(type), "%1u", ev_type);
813 *(raw + pos) = (u8) ev_type;
832 sm->wlanevent_type = ev_type;
788 upnp_wps_device_send_wlan_event(struct upnp_wps_device_sm *sm, const u8 from_mac_addr[ETH_ALEN], enum upnp_wps_wlanevent_type ev_type, const struct wpabuf *msg) argument
H A Dwps_upnp_web.c508 int ev_type; local
533 ev_type = atol(val);
571 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
584 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.h29 void *priv, enum upnp_wps_wlanevent_type ev_type,
43 enum upnp_wps_wlanevent_type ev_type,
H A Dwps_upnp.c780 * @ev_type: Event type
790 enum upnp_wps_wlanevent_type ev_type,
806 os_snprintf(type, sizeof(type), "%1u", ev_type);
813 *(raw + pos) = (u8) ev_type;
832 sm->wlanevent_type = ev_type;
788 upnp_wps_device_send_wlan_event(struct upnp_wps_device_sm *sm, const u8 from_mac_addr[ETH_ALEN], enum upnp_wps_wlanevent_type ev_type, const struct wpabuf *msg) argument
H A Dwps_upnp_web.c508 int ev_type; local
533 ev_type = atol(val);
571 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
584 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.h29 void *priv, enum upnp_wps_wlanevent_type ev_type,
43 enum upnp_wps_wlanevent_type ev_type,
H A Dwps_upnp.c780 * @ev_type: Event type
790 enum upnp_wps_wlanevent_type ev_type,
806 os_snprintf(type, sizeof(type), "%1u", ev_type);
813 *(raw + pos) = (u8) ev_type;
832 sm->wlanevent_type = ev_type;
788 upnp_wps_device_send_wlan_event(struct upnp_wps_device_sm *sm, const u8 from_mac_addr[ETH_ALEN], enum upnp_wps_wlanevent_type ev_type, const struct wpabuf *msg) argument
H A Dwps_upnp_web.c508 int ev_type; local
533 ev_type = atol(val);
571 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
584 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c1417 void *priv, enum upnp_wps_wlanevent_type ev_type,
1425 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr="
1426 MACSTR, ev_type, MAC2STR(mac_addr));
1429 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) {
1431 "PutWLANResponse WLANEventType %d", ev_type);
1416 hostapd_rx_req_put_wlan_response( void *priv, enum upnp_wps_wlanevent_type ev_type, const u8 *mac_addr, const struct wpabuf *msg, enum wps_msg_type msg_type) argument
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c1417 void *priv, enum upnp_wps_wlanevent_type ev_type,
1425 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr="
1426 MACSTR, ev_type, MAC2STR(mac_addr));
1429 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) {
1431 "PutWLANResponse WLANEventType %d", ev_type);
1416 hostapd_rx_req_put_wlan_response( void *priv, enum upnp_wps_wlanevent_type ev_type, const u8 *mac_addr, const struct wpabuf *msg, enum wps_msg_type msg_type) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c1417 void *priv, enum upnp_wps_wlanevent_type ev_type,
1425 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr="
1426 MACSTR, ev_type, MAC2STR(mac_addr));
1429 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) {
1431 "PutWLANResponse WLANEventType %d", ev_type);
1416 hostapd_rx_req_put_wlan_response( void *priv, enum upnp_wps_wlanevent_type ev_type, const u8 *mac_addr, const struct wpabuf *msg, enum wps_msg_type msg_type) argument

Completed in 108 milliseconds