Searched defs:ev_type (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c768 * @ev_type: Event type
778 enum upnp_wps_wlanevent_type ev_type,
794 os_snprintf(type, sizeof(type), "%1u", ev_type);
801 *(raw + pos) = (u8) ev_type;
820 sm->wlanevent_type = ev_type;
776 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.c510 int ev_type; local
535 ev_type = atol(val);
573 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
586 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c768 * @ev_type: Event type
778 enum upnp_wps_wlanevent_type ev_type,
794 os_snprintf(type, sizeof(type), "%1u", ev_type);
801 *(raw + pos) = (u8) ev_type;
820 sm->wlanevent_type = ev_type;
776 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.c510 int ev_type; local
535 ev_type = atol(val);
573 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
586 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c768 * @ev_type: Event type
778 enum upnp_wps_wlanevent_type ev_type,
794 os_snprintf(type, sizeof(type), "%1u", ev_type);
801 *(raw + pos) = (u8) ev_type;
820 sm->wlanevent_type = ev_type;
776 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.c510 int ev_type; local
535 ev_type = atol(val);
573 if (ev_type == UPNP_WPS_WLANEVENT_TYPE_EAP) {
586 iface->ctx->rx_req_put_wlan_response(iface->priv, ev_type,
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c1385 void *priv, enum upnp_wps_wlanevent_type ev_type,
1393 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr="
1394 MACSTR, ev_type, MAC2STR(mac_addr));
1397 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) {
1399 "PutWLANResponse WLANEventType %d", ev_type);
1384 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.c1385 void *priv, enum upnp_wps_wlanevent_type ev_type,
1393 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr="
1394 MACSTR, ev_type, MAC2STR(mac_addr));
1397 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) {
1399 "PutWLANResponse WLANEventType %d", ev_type);
1384 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.c1385 void *priv, enum upnp_wps_wlanevent_type ev_type,
1393 wpa_printf(MSG_DEBUG, "WPS UPnP: PutWLANResponse ev_type=%d mac_addr="
1394 MACSTR, ev_type, MAC2STR(mac_addr));
1397 if (ev_type != UPNP_WPS_WLANEVENT_TYPE_EAP) {
1399 "PutWLANResponse WLANEventType %d", ev_type);
1384 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 591 milliseconds