Searched refs:wpabuf_put_property (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 440 static void wpabuf_put_property(struct wpabuf *buf, const char *name, in wpabuf_put_property() function 514 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent); in upnp_wps_device_send_event() 668 wpabuf_put_property(buf, "STAStatus", "1"); in subscription_first_event() 670 wpabuf_put_property(buf, "APStatus", txt); in subscription_first_event() 672 wpabuf_put_property(buf, "WLANEvent", wlan_event); in subscription_first_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 461 static void wpabuf_put_property(struct wpabuf *buf, const char *name, in wpabuf_put_property() function 535 wpabuf_put_property(buf, "WLANEvent", sm->wlanevent); in upnp_wps_device_send_event() 690 wpabuf_put_property(buf, "STAStatus", "1"); in subscription_first_event() 692 wpabuf_put_property(buf, "APStatus", txt); in subscription_first_event() 694 wpabuf_put_property(buf, "WLANEvent", wlan_event); in subscription_first_event()
|
Completed in 4 milliseconds