Lines Matching refs:WPSAPHTTPServer
4339 class WPSAPHTTPServer(StreamRequestHandler): class
4482 server, sock = wps_er_start(dev[0], WPSAPHTTPServer, max_age=15)
4905 class WPSAPHTTPServer_no_event_sub_url(WPSAPHTTPServer):
4913 class WPSAPHTTPServer_event_sub_url_dns(WPSAPHTTPServer):
4934 server, sock = wps_er_start(dev[0], WPSAPHTTPServer)
4941 class WPSAPHTTPServer_no_sid(WPSAPHTTPServer):
4948 class WPSAPHTTPServer_invalid_sid_no_uuid(WPSAPHTTPServer):
4955 class WPSAPHTTPServer_invalid_sid_uuid(WPSAPHTTPServer):
4962 class WPSAPHTTPServer_fail_subscribe(WPSAPHTTPServer):
4977 class WPSAPHTTPServer_subscribe_invalid_response(WPSAPHTTPServer):
4992 class WPSAPHTTPServer_invalid_m1(WPSAPHTTPServer):
5008 class WPSAPHTTPServer_no_device(WPSAPHTTPServer):
5029 class WPSAPHTTPServer_no_device(WPSAPHTTPServer):
5052 class WPSAPHTTPServer_invalid_udn_uuid(WPSAPHTTPServer):
5059 class WPSAPHTTPServer_no_control_url(WPSAPHTTPServer):
5067 class WPSAPHTTPServer_control_url_dns(WPSAPHTTPServer):
5144 class WPSAPHTTPServer_link_update(WPSAPHTTPServer):
5149 class WPSAPHTTPServer_link_update2(WPSAPHTTPServer):
5159 run_wps_er_proto_test(dev[0], WPSAPHTTPServer)
5162 run_wps_er_proto_test(dev[0], WPSAPHTTPServer, no_event_url=True)
5165 run_wps_er_proto_test(dev[0], WPSAPHTTPServer, no_event_url=True)
5167 class WPSAPHTTPServer_req_as_resp(WPSAPHTTPServer):
5175 class WPSAPHTTPServer_timeout(WPSAPHTTPServer):