Lines Matching refs:TwtFeatureRequest
581 class TwtFeatureRequest : public WifiCommand class
587 TwtFeatureRequest(wifi_interface_handle iface, in TwtFeatureRequest() function in TwtFeatureRequest
866 TwtFeatureRequest *cmd_event = (TwtFeatureRequest*)(twt_info.twt_feature_request); in twt_deinit_handler()
868 delete (TwtFeatureRequest*)twt_info.twt_feature_request; in twt_deinit_handler()
890 (void*)new TwtFeatureRequest(iface, NULL, TWT_LAST); in twt_register_handler()
893 TwtFeatureRequest *cmd_event = (TwtFeatureRequest*)(twt_info.twt_feature_request); in twt_register_handler()
901 TwtFeatureRequest *cmd; in twt_setup_request()
904 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_setup_request()
918 TwtFeatureRequest *cmd; in twt_info_frame_request()
921 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_info_frame_request()
935 TwtFeatureRequest *cmd; in twt_teardown_request()
938 cmd = new TwtFeatureRequest(iface, (void *)msg, cmdType); in twt_teardown_request()